Mercurial > hg
changeset 12505:b37d5ecc2227
test-pull: convert regexes to globs
author | Brodie Rao <brodie@bitheap.org> |
---|---|
date | Sun, 26 Sep 2010 16:01:13 -0500 |
parents | f7dd8bffe18c |
children | e7d45e41338c |
files | tests/test-pull.t |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-pull.t Sun Sep 26 14:35:52 2010 -0500 +++ b/tests/test-pull.t Sun Sep 26 16:01:13 2010 -0500 @@ -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