--- a/tests/test-convert-tla.t Fri Nov 22 19:13:26 2013 +0100
+++ b/tests/test-convert-tla.t Fri Nov 22 19:14:17 2013 +0100
@@ -3,7 +3,6 @@
$ tla my-id "mercurial <mercurial@selenic.com>"
$ echo "[extensions]" >> $HGRCPATH
$ echo "convert=" >> $HGRCPATH
- $ echo 'graphlog =' >> $HGRCPATH
create tla archive
@@ -109,7 +108,7 @@
$ tla register-archive -d tla@mercurial--convert
$ glog()
> {
- > hg glog --template '{rev} "{desc|firstline}" files: {files}\n' "$@"
+ > hg log -G --template '{rev} "{desc|firstline}" files: {files}\n' "$@"
> }
show graph log