##// END OF EJS Templates
blackbox: minor code reordering...
marmoute -
r33129:7dc090fa default
parent child Browse files
Show More
@@ -49,13 +49,15 b' from mercurial import ('
49 util,
49 util,
50 )
50 )
51
51
52 cmdtable = {}
53 command = registrar.command(cmdtable)
54 # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for
52 # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for
55 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should
53 # extensions which SHIP WITH MERCURIAL. Non-mainline extensions should
56 # be specifying the version(s) of Mercurial they are tested with, or
54 # be specifying the version(s) of Mercurial they are tested with, or
57 # leave the attribute unspecified.
55 # leave the attribute unspecified.
58 testedwith = 'ships-with-hg-core'
56 testedwith = 'ships-with-hg-core'
57
58 cmdtable = {}
59 command = registrar.command(cmdtable)
60
59 lastui = None
61 lastui = None
60
62
61 filehandles = {}
63 filehandles = {}
General Comments 0
You need to be logged in to leave comments. Login now