Mercurial > evolve
comparison tests/test-prev-next.t @ 2423:677dfbb8bdbf mercurial-4.1
test: enforce color to be enabled
4.2 enable color by default and start to get used in test. So we add this to the
test for previous version.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 18 May 2017 22:53:01 +0200 |
parents | 9f42f819267b |
children | 0405bbda7402 |
comparison
equal
deleted
inserted
replaced
2317:7263463ae79a | 2423:677dfbb8bdbf |
---|---|
1 $ cat >> $HGRCPATH <<EOF | 1 $ cat >> $HGRCPATH <<EOF |
2 > [extensions] | 2 > [extensions] |
3 > hgext.graphlog= | 3 > hgext.graphlog= |
4 > color = | |
4 > EOF | 5 > EOF |
5 $ echo "evolve=$(echo $(dirname $TESTDIR))/hgext3rd/evolve/" >> $HGRCPATH | 6 $ echo "evolve=$(echo $(dirname $TESTDIR))/hgext3rd/evolve/" >> $HGRCPATH |
6 | 7 |
7 hg prev -B should move active bookmark | 8 hg prev -B should move active bookmark |
8 $ hg init | 9 $ hg init |