Skip to content
Snippets Groups Projects
Commit c68edf83 authored by durin42's avatar durin42
Browse files

test-extra.t: use a templater format that's portable back to hg 2.8.2

parent ba42476a
No related branches found
No related tags found
No related merge requests found
......@@ -31,5 +31,5 @@
$ touch d
$ hg add d
$ fn_hg_commitextra --field zzzzzzz=datazzz --field aaaaaaa=dataaaa
$ hg log --graph --template "{rev} {node} {desc|firstline}\n{join(extras, '\n')}\n\n"
$ hg log --graph --template "{rev} {node} {desc|firstline}\n{join(extras, ' ')}\n\n"
@ 3 f15e01c73845392d86a5ed10fb0753d09bca13d3
......@@ -35,6 +35,4 @@
@ 3 f15e01c73845392d86a5ed10fb0753d09bca13d3
| aaaaaaa=dataaaa
| branch=default
| zzzzzzz=datazzz
| aaaaaaa=dataaaa branch=default zzzzzzz=datazzz
|
o 2 dcec77c6ae3cff594c4435e5820bec4ec9e57440 b
......@@ -39,7 +37,6 @@
|
o 2 dcec77c6ae3cff594c4435e5820bec4ec9e57440 b
| branch=default
| rebase_source=bb8ddb1031b5d9afd7caa5aa9d24c735222e3636
| branch=default rebase_source=bb8ddb1031b5d9afd7caa5aa9d24c735222e3636
|
o 1 003b36e9c3993ac4319eeebd5f77a1d5306ba706 c
| branch=default
......@@ -72,5 +69,5 @@
$ cd ..
$ hg clone -q gitrepo hgrepo2
$ cd hgrepo2
$ hg log --graph --template "{rev} {node} {desc|firstline}\n{join(extras, '\n')}\n\n"
$ hg log --graph --template "{rev} {node} {desc|firstline}\n{join(extras, ' ')}\n\n"
@ 3 f15e01c73845392d86a5ed10fb0753d09bca13d3
......@@ -76,6 +73,4 @@
@ 3 f15e01c73845392d86a5ed10fb0753d09bca13d3
| aaaaaaa=dataaaa
| branch=default
| zzzzzzz=datazzz
| aaaaaaa=dataaaa branch=default zzzzzzz=datazzz
|
o 2 dcec77c6ae3cff594c4435e5820bec4ec9e57440 b
......@@ -80,7 +75,6 @@
|
o 2 dcec77c6ae3cff594c4435e5820bec4ec9e57440 b
| branch=default
| rebase_source=bb8ddb1031b5d9afd7caa5aa9d24c735222e3636
| branch=default rebase_source=bb8ddb1031b5d9afd7caa5aa9d24c735222e3636
|
o 1 003b36e9c3993ac4319eeebd5f77a1d5306ba706 c
| 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