Mercurial > public > mercurial-scm > hg-stable
diff tests/test-convert-cvs.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 | 13d73bf6be29 |
children | 7a9cbb315d84 |
line wrap: on
line diff
--- a/tests/test-convert-cvs.t Fri Nov 22 19:13:26 2013 +0100 +++ b/tests/test-convert-cvs.t Fri Nov 22 19:14:17 2013 +0100 @@ -10,7 +10,6 @@ > } $ echo "[extensions]" >> $HGRCPATH $ echo "convert = " >> $HGRCPATH - $ echo "graphlog = " >> $HGRCPATH $ cat > cvshooks.py <<EOF > def cvslog(ui,repo,hooktype,log): > print "%s hook: %d entries"%(hooktype,len(log)) @@ -307,7 +306,7 @@ 2 funny 1 fuzzy 0 fuzzy - $ hg -R src-hg glog --template '{rev} ({branches}) {desc} date: {date|date} files: {files}\n' + $ hg -R src-hg log -G --template '{rev} ({branches}) {desc} date: {date|date} files: {files}\n' o 8 (branch) fuzzy date: * -1000 files: b/c (glob) | o 7 (branch) fuzzy date: * -1000 files: a (glob)