Mercurial > public > mercurial-scm > hg-stable
diff tests/test-convert-git.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 | 478a04605ce1 |
children | 3420346174b1 |
line wrap: on
line diff
--- a/tests/test-convert-git.t Fri Nov 22 19:13:26 2013 +0100 +++ b/tests/test-convert-git.t Fri Nov 22 19:14:17 2013 +0100 @@ -6,7 +6,6 @@ $ echo "autocrlf = false" >> $HOME/.gitconfig $ echo "[extensions]" >> $HGRCPATH $ echo "convert=" >> $HGRCPATH - $ echo 'hgext.graphlog =' >> $HGRCPATH $ GIT_AUTHOR_NAME='test'; export GIT_AUTHOR_NAME $ GIT_AUTHOR_EMAIL='test@example.org'; export GIT_AUTHOR_EMAIL $ GIT_AUTHOR_DATE="2007-01-01 00:00:00 +0000"; export GIT_AUTHOR_DATE @@ -114,7 +113,7 @@ $ cd .. $ glog() > { - > hg glog --template '{rev} "{desc|firstline}" files: {files}\n' "$@" + > hg log -G --template '{rev} "{desc|firstline}" files: {files}\n' "$@" > } $ splitrepo() > {