Submitter | Pierre-Yves David |
---|---|
Date | June 27, 2017, 1 p.m. |
Message ID | <f9a1d0c3ac29bcce9ac9.1498568433@nodosa.octopoid.net> |
Download | mbox | patch |
Permalink | /patch/21771/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/hgext/blackbox.py b/hgext/blackbox.py --- a/hgext/blackbox.py +++ b/hgext/blackbox.py @@ -49,13 +49,15 @@ from mercurial import ( util, ) -cmdtable = {} -command = registrar.command(cmdtable) # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should # be specifying the version(s) of Mercurial they are tested with, or # leave the attribute unspecified. testedwith = 'ships-with-hg-core' + +cmdtable = {} +command = registrar.command(cmdtable) + lastui = None filehandles = {}