tests/test-topic-tutorial.t
branchmercurial-4.1
changeset 3109 3024ae293732
parent 3002 00e4d31b8cdb
parent 3108 9c9c8c1eeb93
child 3110 50be10c63825
child 3118 a1cdc128defd
--- a/tests/test-topic-tutorial.t	Fri Oct 20 18:34:22 2017 +0200
+++ b/tests/test-topic-tutorial.t	Fri Oct 20 18:41:05 2017 +0200
@@ -1797,8 +1797,9 @@
   $ cd client
 
 We can now share these draft changesets:
+(4.1-tests needs the --force to proceed with the test)
 
-  $ hg push ../non-publishing-server -r tools
+  $ hg push ../non-publishing-server -r tools --force
   pushing to ../non-publishing-server
   searching for changes
   adding changesets
@@ -1842,12 +1843,13 @@
   t0^ add a pair of shoes (base)
 
 We can also add new changesets and share them:
+(4.1-tests needs the --force to proceed with the test)
 
   $ echo screws >> shopping
 
   $ hg commit -A -m "Adding screws"
 
-  $ hg push ../non-publishing-server
+  $ hg push ../non-publishing-server --force
   pushing to ../non-publishing-server
   searching for changes
   adding changesets