Comments
Patch
@@ -276,12 +276,23 @@ All the above add a comment to the Bugzi
Changeset commit comment. Bug 1234.
'''
+from __future__ import absolute_import
+
+import re
+import time
+import urlparse
+import xmlrpclib
+
from mercurial.i18n import _
from mercurial.node import short
-from mercurial import cmdutil, mail, util, error
-import re, time, urlparse, xmlrpclib
+from mercurial import (
+ cmdutil,
+ error,
+ mail,
+ util,
+)
# Note for extension authors: ONLY specify testedwith = 'internal' for
# extensions which SHIP WITH MERCURIAL. Non-mainline extensions should
# be specifying the version(s) of Mercurial they are tested with, or
@@ -31,9 +31,8 @@
doc/check-seclevel.py not using absolute_import
doc/gendoc.py not using absolute_import
doc/hgmanpage.py not using absolute_import
hgext/__init__.py not using absolute_import
- hgext/bugzilla.py not using absolute_import
hgext/censor.py not using absolute_import
hgext/children.py not using absolute_import
hgext/churn.py not using absolute_import
hgext/clonebundles.py not using absolute_import