diff tests/test-bookmarks-rebase.t @ 19112:23f785b38af3 stable 2.6

bookmarks: fix bug that activated a bookmark even with -r passed If the current revision was the target revision of -r, then the bookmark would be active. Test cases have been updated accordingly.
author Sean Farley <sean.michael.farley@gmail.com>
date Wed, 01 May 2013 15:24:21 -0500
parents 50f434510da6
children 328afbad6e57
line wrap: on
line diff
--- a/tests/test-bookmarks-rebase.t	Tue Apr 30 21:12:49 2013 -0500
+++ b/tests/test-bookmarks-rebase.t	Wed May 01 15:24:21 2013 -0500
@@ -26,6 +26,7 @@
 
   $ hg bookmark -r 1 one
   $ hg bookmark -r 3 two
+  $ hg up -q two
 
 bookmark list