# HG changeset patch # User pacien # Date 1682675449 -7200 # Node ID a6522a7de5949a9f917b1caf0c34cd7bc0e31de0 # Parent 1e31eda9c8455e1bd1e6ec388124ea64210a0e42 stabletailgraph: omit uninteresting linear parts in test log The test uses tags for the nodes of interest. There is no need to print the linear parts which exist only to force the rank. diff -r 1e31eda9c845 -r a6522a7de594 tests/test-stabletailgraph.t --- a/tests/test-stabletailgraph.t Sun Apr 16 22:49:42 2023 +0200 +++ b/tests/test-stabletailgraph.t Fri Apr 28 11:50:49 2023 +0200 @@ -29,7 +29,7 @@ > > [alias] > test-sts = debug::stable-tail-sort -T '{tags},' - > test-log = log --graph -T '{tags} rank={_fast_rank}' + > test-log = log --graph -T '{tags} rank={_fast_rank}' --rev 'tagged()' > EOF @@ -59,18 +59,14 @@ $ cd example-1 $ hg debugbuilddag '.:a*a:b*b:c '.:a*a:b*b:c*c:d*d:e*b:f