changeset 990:3f5c822b93b1

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.
author Martijn Pieters <mjpieters@fb.com>
date Wed, 20 Apr 2016 07:22:44 -0700
parents 49e363aebdd0
children 66336cb849b4
files tests/test-extra.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
   |