tests/test-import.t
branchstable
changeset 1185 cc3e68120185
parent 1065 f355bbc124fc
child 1806 9f42f819267b
--- a/tests/test-import.t	Sat Dec 13 18:09:23 2014 -0800
+++ b/tests/test-import.t	Sat Dec 13 18:19:12 2014 -0800
@@ -9,7 +9,6 @@
   $ hg init auto-obsolete
   $ cd auto-obsolete
   $ echo '[extensions]' >> $HGRCPATH
-  $ echo 'rebase=' >> $HGRCPATH
   $ echo "evolve=$(echo $(dirname $TESTDIR))/hgext/evolve.py" >> $HGRCPATH
   $ echo A > a
   $ hg commit -Am A