hgext/blackbox.py
changeset 18675 f816aa377e0d
parent 18673 f27598902007
child 18676 1506eb487ddd
equal deleted inserted replaced
18674:c61b49d059eb 18675:f816aa377e0d
    22 
    22 
    23 """
    23 """
    24 
    24 
    25 from mercurial import util, cmdutil
    25 from mercurial import util, cmdutil
    26 from mercurial.i18n import _
    26 from mercurial.i18n import _
    27 import os, getpass, re, string
    27 import os, getpass, re
    28 
    28 
    29 cmdtable = {}
    29 cmdtable = {}
    30 command = cmdutil.command(cmdtable)
    30 command = cmdutil.command(cmdtable)
    31 testedwith = 'internal'
    31 testedwith = 'internal'
    32 lastblackbox = None
    32 lastblackbox = None