# HG changeset patch # User Martijn Pieters # Date 1461162164 25200 # Node ID 3f5c822b93b15f4a5d2e6e505e303fbb105dba75 # Parent 49e363aebdd00dce3a1a8fa44fe10a4c3879bc72 Update test to keep graph output stable across versions. Mercurial 3.8 graph output has changed; set the 'missing parent' style back to a pipe to keep the test output stable across versions. diff --git a/tests/test-extra.t b/tests/test-extra.t --- a/tests/test-extra.t +++ b/tests/test-extra.t @@ -68,7 +68,7 @@ $ hg mv 'c2 => c3' 'c3 => c4' warning: filename contains '>', which is reserved on Windows: 'c3 => c4' $ fn_hg_commit -m 'test filename with arrow 2' - $ hg log --graph --template "{rev} {node} {desc|firstline}\n{join(extras, ' ')}\n\n" -l 3 + $ hg log --graph --template "{rev} {node} {desc|firstline}\n{join(extras, ' ')}\n\n" -l 3 --config "experimental.graphstyle.missing=|" @ 6 bca4ba69a6844c133b069e227dfa043d41e3c197 test filename with arrow 2 | branch=default |