tests/test-convert-svn-startrev.t
changeset 20117 aa9385f983fa
parent 17347 2da47de36b6f
child 22046 7a9cbb315d84
--- a/tests/test-convert-svn-startrev.t	Fri Nov 22 19:13:26 2013 +0100
+++ b/tests/test-convert-svn-startrev.t	Fri Nov 22 19:14:17 2013 +0100
@@ -4,7 +4,6 @@
   $ cat >> $HGRCPATH <<EOF
   > [extensions]
   > convert =
-  > graphlog =
   > EOF
   $ convert()
   > {
@@ -15,7 +14,7 @@
   >         --config convert.svn.branches="  " \
   >         --config convert.svn.tags= \
   >         --datesort svn-repo $repopath
-  >     hg -R $repopath glog \
+  >     hg -R $repopath log -G \
   >         --template '{rev} {desc|firstline} files: {files}\n'
   >     echo
   > }