diff tests/test-bookmarks-rebase.t @ 13388:a184dbd9b2c5

localrepo: sort hg bookmark output sort bookmarks before we write them to stdout to get a predictable output.
author David Soria Parra <dsp@php.net>
date Fri, 11 Feb 2011 20:35:32 +0100
parents f78bc5ddbe4f
children 5431b3f3e52e
line wrap: on
line diff
--- a/tests/test-bookmarks-rebase.t	Mon Feb 14 14:12:48 2011 -0600
+++ b/tests/test-bookmarks-rebase.t	Fri Feb 11 20:35:32 2011 +0100
@@ -31,8 +31,8 @@
 bookmark list
 
   $ hg bookmark
+     one                       1:925d80f479bb
    * two                       3:2ae46b1d99a7
-     one                       1:925d80f479bb
 
 rebase
 
@@ -41,9 +41,9 @@
 
   $ hg log
   changeset:   3:9163974d1cb5
-  tag:         one
+  bookmark:    one
+  bookmark:    two
   tag:         tip
-  tag:         two
   parent:      1:925d80f479bb
   parent:      2:db815d6d32e6
   user:        test