# HG changeset patch # User Anton Shestakov # Date 1572071421 -25200 # Node ID 6408d7a01b592bf3aa473690e00066720aed8c87 # Parent 44f340c2a8eb0771e17a5c34af3e10147caf3db3 tests: add shortlog of other repos to test-sharing.t The figures require showing multiple repos, so let's show them all, even if they look trivial. diff -r 44f340c2a8eb -r 6408d7a01b59 tests/test-sharing.t --- a/tests/test-sharing.t Sat Oct 26 13:06:49 2019 +0700 +++ b/tests/test-sharing.t Sat Oct 26 13:30:21 2019 +0700 @@ -57,11 +57,16 @@ $ hg push -q ../test-repo Figure SG01 (roughly) - $ hg shortlog -G + $ hg -R ../dev-repo shortlog -G @ 1:f649 draft prelim change | o 0:0dc9 public create new project + $ hg -R ../test-repo shortlog -G + o 1:f649 draft prelim change + | + @ 0:0dc9 public create new project + Now let's switch to test-repo to test our change and amend:: $ cd ../test-repo $ hg update -q @@ -69,7 +74,12 @@ $ hg amend -m'fix bug 37' Figure SG02 - $ hg shortlog --hidden -G + $ hg -R ../dev-repo shortlog --hidden -G + @ 1:f649 draft prelim change + | + o 0:0dc9 public create new project + + $ hg -R ../test-repo shortlog --hidden -G @ 2:60ff draft fix bug 37 | | x 1:f649 draft prelim change @@ -94,7 +104,7 @@ 1 other heads for branch "default" Figure SG03 - $ hg shortlog --hidden -G + $ hg -R ../dev-repo shortlog --hidden -G @ 2:60ff draft fix bug 37 | | x 1:f649 draft prelim change