diff tests/test-hook.t @ 16697:c285aae10f6c

bookmarks: pull new bookmarks from remote by default (BC)
author Levi Bard <levi@unity3d.com>
date Sat, 12 May 2012 17:00:01 +0200
parents bc84a1aeaf5a
children d947e1da1259
line wrap: on
line diff
--- a/tests/test-hook.t	Thu May 03 15:14:58 2012 +0200
+++ b/tests/test-hook.t	Sat May 12 17:00:01 2012 +0200
@@ -195,6 +195,7 @@
   no changes found
   listkeys hook: HG_NAMESPACE=phases HG_VALUES={'cb9a9f314b8b07ba71012fcdbc544b5a4d82ff5b': '1', 'publishing': 'True'} 
   listkeys hook: HG_NAMESPACE=bookmarks HG_VALUES={'bar': '0000000000000000000000000000000000000000', 'foo': '0000000000000000000000000000000000000000'} 
+  adding remote bookmark bar
   importing bookmark bar
   $ cd ../a
 
@@ -279,6 +280,7 @@
   adding manifests
   adding file changes
   added 1 changesets with 1 changes to 1 files
+  adding remote bookmark quux
   (run 'hg update' to get a working copy)
   $ hg rollback
   repository tip rolled back to revision 3 (undo pull)
@@ -447,6 +449,7 @@
   adding manifests
   adding file changes
   added 1 changesets with 1 changes to 1 files
+  adding remote bookmark quux
   (run 'hg update' to get a working copy)
 
 make sure --traceback works