Mercurial > evolve
comparison tests/test-wireproto.t @ 1604:61dd08f4dc62 mercurial-3.6
Merge with stable, updating tests output
Notable change:
- We do not support evolving merge before 3.7
- We don't support inhibit/direct-access
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Wed, 10 Feb 2016 23:44:00 +0000 |
parents | b1158ce4ec50 |
children | e359d33856c3 |
comparison
equal
deleted
inserted
replaced
1601:15318c3460bf | 1604:61dd08f4dc62 |
---|---|
4 > amend=-d "0 0" | 4 > amend=-d "0 0" |
5 > [experimental] | 5 > [experimental] |
6 > obsmarkers-exchange-debug=true | 6 > obsmarkers-exchange-debug=true |
7 > bundle2-exp=true | 7 > bundle2-exp=true |
8 > [ui] | 8 > [ui] |
9 > ssh=python "$TESTDIR/dummyssh" | 9 > ssh=python "$RUNTESTDIR/dummyssh" |
10 > [phases] | 10 > [phases] |
11 > publish = False | 11 > publish = False |
12 > [extensions] | 12 > [extensions] |
13 > EOF | 13 > EOF |
14 $ echo "evolve=$(echo $(dirname $TESTDIR))/hgext/evolve.py" >> $HGRCPATH | 14 $ echo "evolve=$(echo $(dirname $TESTDIR))/hgext/evolve.py" >> $HGRCPATH |