diff tests/test-rebase-pull.t @ 12640:6cc4b14fb76b

tests: remove redundant globs Many globs now just match $TESTTMP and is no longer needed.
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 08 Oct 2010 22:36:10 -0500
parents 16b854cb80f1
children 9910f60a37ee
line wrap: on
line diff
--- a/tests/test-rebase-pull.t	Fri Oct 08 22:36:10 2010 -0500
+++ b/tests/test-rebase-pull.t	Fri Oct 08 22:36:10 2010 -0500
@@ -48,13 +48,13 @@
 Now b has one revision to be pulled from a:
 
   $ hg pull --rebase
-  pulling from */a (glob)
+  pulling from $TESTTMP/a
   searching for changes
   adding changesets
   adding manifests
   adding file changes
   added 1 changesets with 1 changes to 1 files (+1 heads)
-  saved backup bundle to */.hg/strip-backup/*-backup.hg (glob)
+  saved backup bundle to $TESTTMP/b/.hg/strip-backup/*-backup.hg (glob)
 
   $ hg tglog
   @  3: 'L1'
@@ -68,7 +68,7 @@
 Re-run:
 
   $ hg pull --rebase
-  pulling from */a (glob)
+  pulling from $TESTTMP/a
   searching for changes
   no changes found
 
@@ -78,7 +78,7 @@
   $ cd ../c
 
   $ hg pull --rebase
-  pulling from */a (glob)
+  pulling from $TESTTMP/a
   searching for changes
   adding changesets
   adding manifests
@@ -94,7 +94,7 @@
 pull --rebase --update should ignore --update:
 
   $ hg pull --rebase --update
-  pulling from */a (glob)
+  pulling from $TESTTMP/a
   searching for changes
   no changes found
 
@@ -103,7 +103,7 @@
   $ hg up -q 1
 
   $ hg pull --rebase
-  pulling from */a (glob)
+  pulling from $TESTTMP/a
   searching for changes
   no changes found