tests/test-pull.t
branchstable
changeset 16039 093b75c7b44b
parent 15555 cea62936b39a
child 16107 a3dcc59054ca
--- a/tests/test-pull.t	Mon Jan 30 15:56:35 2012 -0600
+++ b/tests/test-pull.t	Mon Jan 30 16:01:54 2012 -0600
@@ -48,6 +48,7 @@
   pulling from http://foo@localhost:$HGPORT/
   searching for changes
   no changes found
+  [1]
 
   $ hg rollback --dry-run --verbose
   repository tip rolled back to revision -1 (undo pull: http://foo:***@localhost:$HGPORT/)
@@ -77,6 +78,7 @@
   [255]
 
   $ hg pull -q file:../test
+  [1]
 
 It's tricky to make file:// URLs working on every platform with
 regular shell commands.
@@ -88,3 +90,4 @@
 
   $ URL=`python -c "import os; print 'file://localhost' + ('/' + os.getcwd().replace(os.sep, '/')).replace('//', '/') + '/../test'"`
   $ hg pull -q "$URL"
+  [1]