diff -r 818e8190e867 -r 7a5c6109ee84 tests/test-sharing.t --- a/tests/test-sharing.t Wed Apr 10 16:40:58 2019 +0200 +++ b/tests/test-sharing.t Wed Apr 10 16:59:28 2019 +0200 @@ -423,8 +423,9 @@ ~ $ cd .. -Setup for "cowboy mode" shared mutable history (to illustrate content- and +Setup for shared mutable history (to illustrate content-divergence and phase-divergent changesets). + $ rm -rf review alice bob $ hg clone public alice updating to branch default @@ -446,8 +447,7 @@ $ hg shortlog -r . 4:2fe6c4bd32d0 draft fix bug 24 (v1) -Since Alice and Bob are now in cowboy mode, Alice pulls Bob's draft -changeset and amends it herself. :: +Alice pulls Bob's draft changeset and amends it herself. :: $ cd ../alice $ hg pull -u ../bob