Skip to content
Snippets Groups Projects
Commit b37d5ecc authored by Brodie Rao's avatar Brodie Rao
Browse files

test-pull: convert regexes to globs

parent f7dd8bff
No related branches found
No related tags found
No related merge requests found
......@@ -44,8 +44,8 @@
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
......@@ -48,8 +48,8 @@
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment