tests/test-split.t
branchmercurial-3.7
changeset 1748 83cf722eafc3
parent 1696 898dfca94433
parent 1738 cb5edd4b160c
child 1750 1dbb8fdb725a
equal deleted inserted replaced
1705:db60fb88b4b5 1748:83cf722eafc3
   376   > EOF
   376   > EOF
   377   abort: more than one revset is given
   377   abort: more than one revset is given
   378   (use either `hg split <rs>` or `hg split --rev <rs>`, not both)
   378   (use either `hg split <rs>` or `hg split --rev <rs>`, not both)
   379   [255]
   379   [255]
   380 
   380 
       
   381 Split empty commit (issue5191)
       
   382   $ hg branch new-branch
       
   383   marked working directory as branch new-branch
       
   384   (branches are permanent and global, did you want a bookmark?)
       
   385   $ hg commit -m "empty"
       
   386   $ hg split
       
   387   0 files updated, 0 files merged, 0 files removed, 0 files unresolved