tests/test-bookmarks-current
changeset 7817 cb516e788238
parent 7816 f420eafe59cd
child 10826 717c35d55fb3
--- 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
+