Mercurial > evolve
comparison tests/test-evolve-obshistory-split.t @ 4918:f16274729530
obslog: don't overwrite {rev} keyword from changeset context
Now that we have the whole changeset in the formatter context, there's
no need to explicitly add {rev}.
We should also deprecate the {shortdescription} keyword since it's no
longer needed, but I don't know how to do that.
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Mon, 04 Nov 2019 14:58:58 -0800 |
parents | e2c548cc83b5 |
children | 7aba58dc4b73 |
comparison
equal
deleted
inserted
replaced
4917:d1d8e97d32af | 4918:f16274729530 |
---|---|
132 "user": "test", | 132 "user": "test", |
133 "verb": "rewritten" | 133 "verb": "rewritten" |
134 } | 134 } |
135 ], | 135 ], |
136 "node": "471597cad322", | 136 "node": "471597cad322", |
137 "rev": 1, | |
138 "shortdescription": "A0" | 137 "shortdescription": "A0" |
139 } | 138 } |
140 ] | 139 ] |
141 Check that debugobshistory on the first successor after split show | 140 Check that debugobshistory on the first successor after split show |
142 the revision plus the split one | 141 the revision plus the split one |