diff options
Diffstat (limited to 'tests/test-issue1502.t')
-rw-r--r-- | tests/test-issue1502.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-issue1502.t b/tests/test-issue1502.t index 4963502..5466c8f 100644 --- a/tests/test-issue1502.t +++ b/tests/test-issue1502.t @@ -13,7 +13,7 @@ Initialize repository $ echo "bar" > foo1/a && hg -R foo1 commit -m "edit a in foo1" $ echo "hi" > foo/a && hg -R foo commit -m "edited a foo" $ hg -R foo1 pull -u - pulling from $TESTTMP/foo (glob) + pulling from $TESTTMP/foo searching for changes adding changesets adding manifests @@ -29,7 +29,7 @@ Pull. Bookmark should not jump to new head. $ echo "there" >> foo/a && hg -R foo commit -m "edited a again" $ hg -R foo1 pull - pulling from $TESTTMP/foo (glob) + pulling from $TESTTMP/foo searching for changes adding changesets adding manifests |