diff tests/test-bookmarks-current @ 11561:e5aaaef91a27 stable

bookmarks: ensure current bookmark is updated when specified with -r . "hg bookmark -r . foo" should be equivalent to "hg bookmark foo".
author Brodie Rao <brodie@bitheap.org>
date Wed, 14 Jul 2010 11:02:20 -0400
parents df5d1d571d27
children
line wrap: on
line diff
--- a/tests/test-bookmarks-current	Thu Jul 01 19:23:26 2010 -0500
+++ b/tests/test-bookmarks-current	Wed Jul 14 11:02:20 2010 -0400
@@ -57,3 +57,8 @@
 echo % update to tip
 hg update tip
 
+echo % set bookmark Y using -r .
+hg bookmark -r . Y
+
+echo % list bookmarks
+hg bookmark