hgext/shelve.py
changeset 32375 04baab18d60a
parent 32337 46ba2cdda476
child 32881 f65786a02922
--- a/hgext/shelve.py	Sat Aug 13 12:29:53 2016 +0900
+++ b/hgext/shelve.py	Sun May 14 16:19:47 2017 +0900
@@ -33,7 +33,6 @@
     bundlerepo,
     changegroup,
     cmdutil,
-    commands,
     error,
     exchange,
     hg,
@@ -971,7 +970,7 @@
           ('i', 'interactive', None,
            _('interactive mode, only works while creating a shelve')),
           ('', 'stat', None,
-           _('output diffstat-style summary of changes'))] + commands.walkopts,
+           _('output diffstat-style summary of changes'))] + cmdutil.walkopts,
          _('hg shelve [OPTION]... [FILE]...'))
 def shelvecmd(ui, repo, *pats, **opts):
     '''save and set aside changes from the working directory