Mercurial > evolve
comparison tests/test-evolve-public-content-divergent-main.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 | bcd52ce0916d |
children | 61c2518cd6d2 |
comparison
equal
deleted
inserted
replaced
4624:c9798965b1f4 | 4625:a4fde4e3e763 |
---|---|
10 | 10 |
11 Setup | 11 Setup |
12 ===== | 12 ===== |
13 $ cat >> $HGRCPATH <<EOF | 13 $ cat >> $HGRCPATH <<EOF |
14 > [alias] | 14 > [alias] |
15 > glog = log -GT "{rev}:{node|short} {desc|firstline}\n {phase} {troubles}\n\n" | 15 > glog = log -GT "{rev}:{node|short} {desc|firstline}\n {phase} {instabilities}\n\n" |
16 > [phases] | 16 > [phases] |
17 > publish = False | 17 > publish = False |
18 > [extensions] | 18 > [extensions] |
19 > rebase = | 19 > rebase = |
20 > EOF | 20 > EOF |