[PATCH] test-pull: convert regexes to globs

Brodie Rao brodie at bitheap.org
Sun Sep 26 16:01:46 CDT 2010


# HG changeset patch
# User Brodie Rao <brodie at bitheap.org>
# Date 1285534873 18000
# Node ID fbbc5d826034a895d655760b26f0e2b895c2b5d4
# Parent  41f2fa72fa82eb2bb5196300e0c77b5d2f621ccb
test-pull: convert regexes to globs

diff --git a/tests/test-pull.t b/tests/test-pull.t
--- a/tests/test-pull.t
+++ b/tests/test-pull.t
@@ -44,12 +44,12 @@
   2ed2a3912a0b24502043eae84ee4b279c18b90dd 644   foo
 
   $ hg pull
-  pulling from http://foo:\*\*\*@localhost:.*/ (re)
+  pulling from http://foo:\*\*\*@localhost:*/ (glob)
   searching for changes
   no changes found
 
   $ hg rollback --dry-run --verbose
-  rolling back to revision -1 \(undo pull: http://foo:\*\*\*@localhost:.*/\) (re)
+  rolling back to revision -1 (undo pull: http://foo:\*\*\*@localhost:*/) (glob)
 
 Issue622: hg init && hg pull -u URL doesn't checkout default branch
 


More information about the Mercurial-devel mailing list