Mercurial > evolve
comparison tests/_exc-util.sh @ 1035:59bc29c84ce0
evolve: hide the OBSEXC message behind a config option
This will lets most people ignore them while keep evolve dev having a close look
at them.
Some of the most useful messages will be reintroduced for all in coming
changeset.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Fri, 08 Aug 2014 17:16:29 -0700 |
parents | f7f4a1fac6c0 |
children | f6e0cfca1bf0 |
comparison
equal
deleted
inserted
replaced
1034:5fd28e46e8f5 | 1035:59bc29c84ce0 |
---|---|
6 allow_push = * | 6 allow_push = * |
7 [ui] | 7 [ui] |
8 logtemplate ="{node|short} ({phase}): {desc}\n" | 8 logtemplate ="{node|short} ({phase}): {desc}\n" |
9 [phases] | 9 [phases] |
10 publish=False | 10 publish=False |
11 [experimental] | |
12 verbose-obsolescence-exchange=true | |
11 [extensions] | 13 [extensions] |
12 hgext.strip= | 14 hgext.strip= |
13 hgext.rebase= | 15 hgext.rebase= |
14 EOF | 16 EOF |
15 echo "evolve=$(echo $(dirname $TESTDIR))/hgext/evolve.py" >> $HGRCPATH | 17 echo "evolve=$(echo $(dirname $TESTDIR))/hgext/evolve.py" >> $HGRCPATH |