tests/test-bookmarks-rebase.t
branchstable
changeset 25101 91c2278c68a3
parent 24758 d7451adc72f6
child 26614 ef1eb6df7071
--- a/tests/test-bookmarks-rebase.t	Fri May 15 22:32:31 2015 +0900
+++ b/tests/test-bookmarks-rebase.t	Thu May 14 21:35:06 2015 -0700
@@ -90,3 +90,18 @@
    * three                     4:dd7c838e8362
      two                       3:42e5ed2cdcf4
 
+after aborted rebase, restoring a bookmark that has been removed should not fail
+
+  $ hg rebase -s three -d two
+  rebasing 4:dd7c838e8362 "4" (tip three)
+  merging d
+  warning: conflicts during merge.
+  merging d incomplete! (edit conflicts, then use 'hg resolve --mark')
+  unresolved conflicts (see hg resolve, then hg rebase --continue)
+  [1]
+  $ hg bookmark -d three
+  $ hg rebase --abort
+  rebase aborted
+  $ hg bookmark
+     one                       1:925d80f479bb
+     two                       3:42e5ed2cdcf4