comparison tests/test-obsconvert.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 253293df84a6
children ef5d556ec589
comparison
equal deleted inserted replaced
1805:7b8195e22050 1806:9f42f819267b
1 $ cat >> $HGRCPATH <<EOF 1 $ cat >> $HGRCPATH <<EOF
2 > [extensions] 2 > [extensions]
3 > EOF 3 > EOF
4 $ echo "evolve=$(echo $(dirname $TESTDIR))/hgext/evolve.py" >> $HGRCPATH 4 $ echo "evolve=$(echo $(dirname $TESTDIR))/hgext3rd/evolve/" >> $HGRCPATH
5 $ hg init alpha 5 $ hg init alpha
6 $ cd alpha 6 $ cd alpha
7 $ echo foo > foo 7 $ echo foo > foo
8 $ hg addremove 8 $ hg addremove
9 adding foo 9 adding foo