Skip to content
Snippets Groups Projects
Commit 3f5c822b authored by Martijn Pieters's avatar Martijn Pieters
Browse files

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.
parent 49e363ae
No related branches found
No related tags found
No related merge requests found
......@@ -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
|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment