equal
deleted
inserted
replaced
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 |