Mercurial > evolve
comparison tests/test-wireproto.t @ 1185:cc3e68120185 stable
evolve: remove the dependency to the rebase extension
We do not use any rebase internal anymore.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Sat, 13 Dec 2014 18:19:12 -0800 |
parents | be31c34bb341 |
children | 18a18131e92f |
comparison
equal
deleted
inserted
replaced
1184:bc601c010185 | 1185:cc3e68120185 |
---|---|
5 > [ui] | 5 > [ui] |
6 > ssh=python "$TESTDIR/dummyssh" | 6 > ssh=python "$TESTDIR/dummyssh" |
7 > [phases] | 7 > [phases] |
8 > publish = False | 8 > publish = False |
9 > [extensions] | 9 > [extensions] |
10 > hgext.rebase= | |
11 > EOF | 10 > EOF |
12 $ echo "evolve=$(echo $(dirname $TESTDIR))/hgext/evolve.py" >> $HGRCPATH | 11 $ echo "evolve=$(echo $(dirname $TESTDIR))/hgext/evolve.py" >> $HGRCPATH |
13 | 12 |
14 $ mkcommit() { | 13 $ mkcommit() { |
15 > echo "$1" > "$1" | 14 > echo "$1" > "$1" |