diff tests/test-bookmarks-current.out @ 7816:f420eafe59cd

bookmarks: Set current bookmark if we create a new one on the tip If track.current is enabled we set the newly created bookmark as the current tracked bookmark. We do not do this if a revision is specified.
author David Soria Parra <dsp@php.net>
date Sun, 01 Mar 2009 00:30:01 +0100
parents cab1cf26ca58
children cb516e788238
line wrap: on
line diff
--- a/tests/test-bookmarks-current.out	Mon Mar 02 19:19:12 2009 -0600
+++ b/tests/test-bookmarks-current.out	Sun Mar 01 00:30:01 2009 +0100
@@ -1,6 +1,8 @@
 % no bookmarks
 no bookmarks set
 % set bookmark X
+% list bookmarks
+ * X                         -1:000000000000
 % update to bookmark X
 0 files updated, 0 files merged, 0 files removed, 0 files unresolved
 % list bookmarks
@@ -10,9 +12,9 @@
  * Z                         -1:000000000000
 % new bookmark Y
 % list bookmarks
-   Y                         -1:000000000000
- * Z                         -1:000000000000
+ * Y                         -1:000000000000
+   Z                         -1:000000000000
 % commit
 % list bookmarks
-   Y                         -1:000000000000
- * Z                         0:719295282060
+ * Y                         0:719295282060
+   Z                         -1:000000000000