tests/test-evolve-content-divergent-first-changeset.t
changeset 5230 39d282fd04e0
parent 4984 b779b40f996e
child 5111 1fe3f7ffb462
equal deleted inserted replaced
5047:a8ac174010a5 5230:39d282fd04e0
     1   $ . $TESTDIR/testlib/pythonpath.sh
     1   $ . $TESTDIR/testlib/pythonpath.sh
     2   $ echo "[extensions]" >> $HGRCPATH
     2   $ cat >> $HGRCPATH << EOF
     3   $ echo "evolve=" >> $HGRCPATH
     3   > [extensions]
       
     4   > evolve=
       
     5   > [experimental]
       
     6   > evolution.allowdivergence = True
       
     7   > EOF
       
     8 
     4 
     9 
     5 This test file tests the case of content-divergence resolution of changesets
    10 This test file tests the case of content-divergence resolution of changesets
     6 that have the null revision as the parent.
    11 that have the null revision as the parent.
     7 
    12 
     8   $ hg init issue6201
    13   $ hg init issue6201