tests/test-split.t
branchstable
changeset 1739 904ae1b2087b
parent 1672 1b2efccfa4f3
child 1748 83cf722eafc3
child 1806 9f42f819267b
equal deleted inserted replaced
1735:8f902ec9ed9a 1739:904ae1b2087b
   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