# HG changeset patch # User Brodie Rao # Date 2010-09-26 21:01:13 # Node ID b37d5ecc22276cb17faac0e9a6a2d1c344a8fb01 # Parent f7dd8bffe18c06f72475a59466eb80dbfc519050 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