Mercurial > evolve
diff tests/test-evolve-public-content-divergent-discard.t @ 4625:a4fde4e3e763
templatekw: add `instabilities` alias for `troubles`
Per https://www.mercurial-scm.org/wiki/CEDVocabulary
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Sat, 27 Apr 2019 22:45:16 -0400 |
parents | fd8dada76730 |
children | 61c2518cd6d2 |
line wrap: on
line diff
--- a/tests/test-evolve-public-content-divergent-discard.t Sat Apr 27 22:59:48 2019 -0400 +++ b/tests/test-evolve-public-content-divergent-discard.t Sat Apr 27 22:45:16 2019 -0400 @@ -14,7 +14,7 @@ ===== $ cat >> $HGRCPATH <<EOF > [alias] - > glog = log -GT "{rev}:{node|short} {desc|firstline}\n {phase} {troubles}\n\n" + > glog = log -GT "{rev}:{node|short} {desc|firstline}\n {phase} {instabilities}\n\n" > [phases] > publish = False > [extensions]