Mercurial > hg > mercurial-source
diff 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 |
line wrap: on
line diff
--- a/tests/test-import-bypass.t +++ b/tests/test-import-bypass.t @@ -1,9 +1,8 @@ $ echo "[extensions]" >> $HGRCPATH $ echo "purge=" >> $HGRCPATH - $ echo "graphlog=" >> $HGRCPATH $ shortlog() { - > hg glog --template '{rev}:{node|short} {author} {date|hgdate} - {branch} - {desc|firstline}\n' + > hg log -G --template '{rev}:{node|short} {author} {date|hgdate} - {branch} - {desc|firstline}\n' > } Test --bypass with other options