tests/test-amend.t
changeset 625 e291e5271694
parent 491 6989d8fe4ed2
child 652 5a929510de9d
equal deleted inserted replaced
624:ce46d1624d4a 625:e291e5271694
    28   07f4944404050f47db2e5c5071e0e84e7a27bba9 a34b93d251e49c93d5685ebacad785c73a7e8605 0 {'date': '* *', 'user': 'test'} (glob)
    28   07f4944404050f47db2e5c5071e0e84e7a27bba9 a34b93d251e49c93d5685ebacad785c73a7e8605 0 {'date': '* *', 'user': 'test'} (glob)
    29   $ hg branch
    29   $ hg branch
    30   foo
    30   foo
    31   $ hg branches
    31   $ hg branches
    32   foo                            2:a34b93d251e4
    32   foo                            2:a34b93d251e4
    33   default                        0:07f494440405 (inactive)
       
    34   $ glog
    33   $ glog
    35   @  2@foo(draft) adda
    34   @  2@foo(draft) adda
    36   
    35   
    37 Test no-op
    36 Test no-op
    38 
    37 
    89 
    88 
    90   $ hg branch --force default
    89   $ hg branch --force default
    91   marked working directory as branch default
    90   marked working directory as branch default
    92   (branches are permanent and global, did you want a bookmark?)
    91   (branches are permanent and global, did you want a bookmark?)
    93   $ hg ci -m resetbranch
    92   $ hg ci -m resetbranch
    94   created new head
       
    95   $ hg branch --force foo
    93   $ hg branch --force foo
    96   marked working directory as branch foo
    94   marked working directory as branch foo
    97   (branches are permanent and global, did you want a bookmark?)
    95   (branches are permanent and global, did you want a bookmark?)
    98   $ hg amend --change 2
    96   $ hg amend --change 2
    99   abort: no updates found
    97   abort: no updates found