diff tests/test-ssh.t @ 16038:dad96e752079 stable

push: don't treat bookmark as a found change Treating bookmarks as a found change results in confusing documentation or output and is less useful for scripting.
author Matt Mackall <mpm@selenic.com>
date Mon, 30 Jan 2012 15:56:35 -0600
parents 90f8b8dd0326
children 093b75c7b44b
line wrap: on
line diff
--- a/tests/test-ssh.t	Mon Jan 30 14:44:01 2012 -0600
+++ b/tests/test-ssh.t	Mon Jan 30 15:56:35 2012 -0600
@@ -177,6 +177,7 @@
   searching for changes
   no changes found
   exporting bookmark foo
+  [1]
   $ hg debugpushkey --config ui.ssh="python $TESTDIR/dummyssh" ssh://user@dummy/remote bookmarks
   foo	1160648e36cec0054048a7edc4110c6f84fde594
   $ hg book -f foo
@@ -203,6 +204,7 @@
   searching for changes
   no changes found
   deleting remote bookmark foo
+  [1]
 
 a bad, evil hook that prints to stdout