Mercurial > evolve
comparison tests/test-evolve-content-divergent-basic.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 | 75e76141cba2 |
children | 61c2518cd6d2 |
comparison
equal
deleted
inserted
replaced
4624:c9798965b1f4 | 4625:a4fde4e3e763 |
---|---|
18 > publish = False | 18 > publish = False |
19 > [diff] | 19 > [diff] |
20 > git = 1 | 20 > git = 1 |
21 > unified = 0 | 21 > unified = 0 |
22 > [ui] | 22 > [ui] |
23 > logtemplate = {rev}:{node|short}@{branch}({phase}) {desc|firstline} [{troubles}]\n | 23 > logtemplate = {rev}:{node|short}@{branch}({phase}) {desc|firstline} [{instabilities}]\n |
24 > [extensions] | 24 > [extensions] |
25 > EOF | 25 > EOF |
26 $ echo "evolve=$(echo $(dirname $TESTDIR))/hgext3rd/evolve/" >> $HGRCPATH | 26 $ echo "evolve=$(echo $(dirname $TESTDIR))/hgext3rd/evolve/" >> $HGRCPATH |
27 $ mkcommit() { | 27 $ mkcommit() { |
28 > echo "$1" > "$1" | 28 > echo "$1" > "$1" |