tests/test-rebase-abort.t
branchstable
changeset 20327 46c2331fc750
parent 20313 dcd65ce87260
child 23516 328afbad6e57
--- a/tests/test-rebase-abort.t	Thu Jan 30 17:09:13 2014 +0900
+++ b/tests/test-rebase-abort.t	Thu Jan 30 13:56:56 2014 -0600
@@ -13,6 +13,16 @@
   $ hg init a
   $ cd a
 
+  $ touch .hg/rebasestate
+  $ hg sum
+  parent: -1:000000000000 tip (empty repository)
+  branch: default
+  commit: (clean)
+  update: (current)
+  abort: .hg/rebasestate is incomplete
+  [255]
+  $ rm .hg/rebasestate
+
   $ echo c1 > common
   $ hg add common
   $ hg ci -m C1