comparison tests/test-import-bypass.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 f2719b387380
children 308aaeb956e2
comparison
equal deleted inserted replaced
20116:9e0219967e38 20117:aa9385f983fa
1 $ echo "[extensions]" >> $HGRCPATH 1 $ echo "[extensions]" >> $HGRCPATH
2 $ echo "purge=" >> $HGRCPATH 2 $ echo "purge=" >> $HGRCPATH
3 $ echo "graphlog=" >> $HGRCPATH
4 3
5 $ shortlog() { 4 $ shortlog() {
6 > hg glog --template '{rev}:{node|short} {author} {date|hgdate} - {branch} - {desc|firstline}\n' 5 > hg log -G --template '{rev}:{node|short} {author} {date|hgdate} - {branch} - {desc|firstline}\n'
7 > } 6 > }
8 7
9 Test --bypass with other options 8 Test --bypass with other options
10 9
11 $ hg init repo-options 10 $ hg init repo-options