Mercurial > hgrepos > DevTools > mercurial-extensions
diff extensions/kwarchive.py @ 112:1744b36c39b7
Don't import mercurial.commands because it's not used
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Thu, 16 Aug 2018 18:41:03 +0200 |
| parents | d5165f72b0f0 |
| children | a51822141ccf |
line wrap: on
line diff
--- a/extensions/kwarchive.py Thu Aug 16 18:39:56 2018 +0200 +++ b/extensions/kwarchive.py Thu Aug 16 18:41:03 2018 +0200 @@ -42,7 +42,7 @@ import inspect from mercurial.i18n import _ -from mercurial import (archival, commands, config, cmdutil, error, match, +from mercurial import (archival, config, cmdutil, error, match, pycompat, scmutil, templatefilters, util, node)
