hgext/graphlog.py
changeset 24200 8e1f1673aa9a
parent 23091 8d43c6bb38c0
child 25186 80c5b2666a96
--- a/hgext/graphlog.py	Wed Jan 21 14:45:24 2015 -0800
+++ b/hgext/graphlog.py	Wed Mar 04 21:47:07 2015 +0900
@@ -54,4 +54,5 @@
     Nodes printed as an @ character are parents of the working
     directory.
     """
-    return cmdutil.graphlog(ui, repo, *pats, **opts)
+    opts['graph'] = True
+    return commands.log(ui, repo, *pats, **opts)