hgext/graphlog.py
changeset 32375 04baab18d60a
parent 32337 46ba2cdda476
child 34997 0c9ba2ac60a8
--- a/hgext/graphlog.py	Sat Aug 13 12:29:53 2016 +0900
+++ b/hgext/graphlog.py	Sun May 14 16:19:47 2017 +0900
@@ -19,6 +19,7 @@
 
 from mercurial.i18n import _
 from mercurial import (
+    cmdutil,
     commands,
     registrar,
 )
@@ -51,7 +52,7 @@
      _('show changesets within the given named branch'), _('BRANCH')),
     ('P', 'prune', [],
      _('do not display revision or any of its ancestors'), _('REV')),
-    ] + commands.logopts + commands.walkopts,
+    ] + cmdutil.logopts + cmdutil.walkopts,
     _('[OPTION]... [FILE]'),
     inferrepo=True)
 def glog(ui, repo, *pats, **opts):