tests/test-split.t
branchmercurial-3.7
changeset 1748 83cf722eafc3
parent 1696 898dfca94433
parent 1738 cb5edd4b160c
child 1750 1dbb8fdb725a
--- a/tests/test-split.t	Fri May 06 00:23:25 2016 +0200
+++ b/tests/test-split.t	Fri Oct 28 16:26:25 2016 +0200
@@ -378,3 +378,10 @@
   (use either `hg split <rs>` or `hg split --rev <rs>`, not both)
   [255]
 
+Split empty commit (issue5191)
+  $ hg branch new-branch
+  marked working directory as branch new-branch
+  (branches are permanent and global, did you want a bookmark?)
+  $ hg commit -m "empty"
+  $ hg split
+  0 files updated, 0 files merged, 0 files removed, 0 files unresolved