1 from mercurial import cmdutil
2
3 cmdtable = {}
4 command = cmdutil.command(cmdtable)
5 testedwith = 'internal'