comparison tests/test-convert-splicemap.t @ 20117:aa9385f983fa

tests: don't load unnecessary graphlog extension Since graphlog is in core, we can use 'hg log -G' instead.
author Martin Geisler <martin@geisler.net>
date Fri, 22 Nov 2013 19:14:17 +0100
parents 58e782f076e7
children 58a309e9cf80
comparison
equal deleted inserted replaced
20116:9e0219967e38 20117:aa9385f983fa
1 1
2 $ echo "[extensions]" >> $HGRCPATH 2 $ echo "[extensions]" >> $HGRCPATH
3 $ echo "convert=" >> $HGRCPATH 3 $ echo "convert=" >> $HGRCPATH
4 $ echo 'graphlog =' >> $HGRCPATH
5 $ glog() 4 $ glog()
6 > { 5 > {
7 > hg glog --template '{rev}:{node|short} "{desc|firstline}"\ 6 > hg log -G --template '{rev}:{node|short} "{desc|firstline}"\
8 > files: {files}\n' "$@" 7 > files: {files}\n' "$@"
9 > } 8 > }
10 $ hg init repo1 9 $ hg init repo1
11 $ cd repo1 10 $ cd repo1
12 $ echo a > a 11 $ echo a > a