hgext/journal.py
changeset 32375 04baab18d60a
parent 32337 46ba2cdda476
child 33383 774beab915fe
--- a/hgext/journal.py	Sat Aug 13 12:29:53 2016 +0900
+++ b/hgext/journal.py	Sun May 14 16:19:47 2017 +0900
@@ -23,7 +23,6 @@
 from mercurial import (
     bookmarks,
     cmdutil,
-    commands,
     dispatch,
     error,
     extensions,
@@ -421,7 +420,7 @@
     'journal', [
         ('', 'all', None, 'show history for all names'),
         ('c', 'commits', None, 'show commit metadata'),
-    ] + [opt for opt in commands.logopts if opt[1] not in _ignoreopts],
+    ] + [opt for opt in cmdutil.logopts if opt[1] not in _ignoreopts],
     '[OPTION]... [BOOKMARKNAME]')
 def journal(ui, repo, *args, **opts):
     """show the previous position of bookmarks and the working copy