diff tests/test-import.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 f355bbc124fc
children 9f42f819267b
line wrap: on
line diff
--- 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