comparison tests/test-prev-next.t @ 1806:9f42f819267b

evolve: move the extensions to 'hgext3rd' We have the 'hgext3rd' as the official place for extension for some time now. We start the big migration. This might break some people setup but this is a necessary step to have evolve easily available through pip.
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Tue, 28 Feb 2017 15:09:03 +0100
parents a7dcfff8c4a9
children f1ffd093ef30 c1485ebdd6b9 677dfbb8bdbf
comparison
equal deleted inserted replaced
1805:7b8195e22050 1806:9f42f819267b
1 $ cat >> $HGRCPATH <<EOF 1 $ cat >> $HGRCPATH <<EOF
2 > [extensions] 2 > [extensions]
3 > hgext.graphlog= 3 > hgext.graphlog=
4 > EOF 4 > EOF
5 $ echo "evolve=$(echo $(dirname $TESTDIR))/hgext/evolve.py" >> $HGRCPATH 5 $ echo "evolve=$(echo $(dirname $TESTDIR))/hgext3rd/evolve/" >> $HGRCPATH
6 6
7 hg prev -B should move active bookmark 7 hg prev -B should move active bookmark
8 $ hg init 8 $ hg init
9 $ touch a 9 $ touch a
10 $ hg add a 10 $ hg add a