diff -r 212f24013455 -r 875e671c3cd8 tests/test-tutorial.t --- a/tests/test-tutorial.t Wed Sep 03 21:25:13 2014 -0400 +++ b/tests/test-tutorial.t Tue Aug 12 21:02:34 2014 -0400 @@ -92,7 +92,7 @@ Its first version is shared with the outside. $ hg push remote - pushing to $TESTTMP/remote + pushing to $TESTTMP/remote (glob) searching for changes adding changesets adding manifests @@ -218,7 +218,7 @@ I'll get this remote changeset when pulling $ hg pull remote - pulling from $TESTTMP/remote + pulling from $TESTTMP/remote (glob) searching for changes adding changesets adding manifests @@ -397,7 +397,7 @@ we can now push our change: $ hg push remote - pushing to $TESTTMP/remote + pushing to $TESTTMP/remote (glob) searching for changes adding changesets adding manifests @@ -516,7 +516,7 @@ is ``true`` by default. $ hg pull local - pulling from $TESTTMP/local + pulling from $TESTTMP/local (glob) searching for changes adding changesets adding manifests @@ -574,7 +574,7 @@ I can now exchange mutable changeset between "remote" and "local" repository. $ hg pull local - pulling from $TESTTMP/local + pulling from $TESTTMP/local (glob) searching for changes adding changesets adding manifests @@ -635,7 +635,7 @@ When we pull from remote again we get an unstable state! $ hg pull remote - pulling from $TESTTMP/remote + pulling from $TESTTMP/remote (glob) searching for changes adding changesets adding manifests @@ -677,7 +677,7 @@ share it with the outside: $ hg push other - pushing to $TESTTMP/other + pushing to $TESTTMP/other (glob) searching for changes abort: push includes unstable changeset: bf1b0d202029! (use 'hg evolve' to get a stable history or --force to ignore warnings) @@ -726,7 +726,7 @@ We can push this evolution to remote $ hg push remote - pushing to $TESTTMP/remote + pushing to $TESTTMP/remote (glob) searching for changes adding changesets adding manifests @@ -738,7 +738,7 @@ $ cd ../remote $ hg pull local # we up again to trigger the warning. it was displayed during the push - pulling from $TESTTMP/local + pulling from $TESTTMP/local (glob) searching for changes no changes found pull obsolescence markers @@ -767,7 +767,7 @@ $ cd ../local $ hg pull remote - pulling from $TESTTMP/remote + pulling from $TESTTMP/remote (glob) searching for changes adding changesets adding manifests