# HG changeset patch # User Anton Shestakov # Date 1573337693 -25200 # Node ID 3e748357a05503721950c22de6d9a6d811b9c4e3 # Parent fff7ddbef6851b9bddd9450f38e0ce920d2e622e tests: remove a repeated statement We looked at the review repo just 6 lines above. diff -r fff7ddbef685 -r 3e748357a055 tests/test-sharing.t --- a/tests/test-sharing.t Sat Oct 26 13:33:05 2019 +0700 +++ b/tests/test-sharing.t Sun Nov 10 05:14:53 2019 +0700 @@ -318,23 +318,6 @@ | ~ -How do things look in the review repo? - $ cd ../review - $ hg --hidden shortlog -G -r 1:: - o 6:540b public implement feature X (v3) - | - | x 5:0eb7 draft implement feature X (v2) - |/ - | x 4:1936 draft implement feature X (v1) - |/ - | o 3:cbdf draft fix bug 15 (v2) - |/ - | x 2:f91e draft fix bug 15 (v1) - |/ - @ 1:de61 public fix bug 37 - | - ~ - Meantime, Alice is back from lunch. While she was away, Bob approved her change, so now she can publish it. $ cd ../alice