diff tests/test-bookmarks-current @ 7817:cb516e788238

bookmarks: fixes bug where a deleted bookmark may still be treated as current when track.current option is set
author Alex Unden <alu@zpuppet.org>
date Fri, 27 Feb 2009 02:01:45 -0800
parents f420eafe59cd
children 717c35d55fb3
line wrap: on
line diff
--- a/tests/test-bookmarks-current	Sun Mar 01 00:30:01 2009 +0100
+++ b/tests/test-bookmarks-current	Fri Feb 27 02:01:45 2009 -0800
@@ -42,3 +42,14 @@
 
 echo % list bookmarks
 hg bookmark
+
+echo % delete bookmarks
+hg bookmark -d Y
+hg bookmark -d Z
+
+echo % list bookmarks
+hg bookmark
+
+echo % update to tip
+hg update tip
+