--- a/tests/test-topic-tutorial.t Tue Mar 21 11:58:55 2017 +0100
+++ b/tests/test-topic-tutorial.t Thu Mar 16 23:17:07 2017 -0400
@@ -193,7 +193,7 @@
Topic will also affect rebase and merge destination. Let's pull the latest update from the main server::
$ hg pull
- pulling from $TESTTMP/server
+ pulling from $TESTTMP/server (glob)
searching for changes
adding changesets
adding manifests
@@ -276,7 +276,7 @@
$ hg topic
food
$ hg push
- pushing to $TESTTMP/server
+ pushing to $TESTTMP/server (glob)
searching for changes
adding changesets
adding manifests
@@ -392,7 +392,7 @@
Lets see what other people did in the mean time::
$ hg pull
- pulling from $TESTTMP/server
+ pulling from $TESTTMP/server (glob)
searching for changes
adding changesets
adding manifests
@@ -421,7 +421,7 @@
Pushing that topic would create a new heads will be prevented::
$ hg push --rev drinks
- pushing to $TESTTMP/server
+ pushing to $TESTTMP/server (glob)
searching for changes
abort: push creates new remote head 70dfa201ed73!
(merge or see 'hg help push' for details about pushing new heads)
@@ -437,7 +437,7 @@
merging shopping
switching to topic tools
$ hg push
- pushing to $TESTTMP/server
+ pushing to $TESTTMP/server (glob)
searching for changes
abort: push creates new remote head 4cd7c1591a67!
(merge or see 'hg help push' for details about pushing new heads)
@@ -446,7 +446,7 @@
Publishing only one of them is allowed (as long as it does not create a new branch head has we just saw in the previous case)::
$ hg push -r drinks
- pushing to $TESTTMP/server
+ pushing to $TESTTMP/server (glob)
searching for changes
adding changesets
adding manifests