hgext/strip.py
changeset 19822 a194a33f8cb2
child 19823 6fb14d21fe9d
equal deleted inserted replaced
19821:baab785e3ecf 19822:a194a33f8cb2
       
     1 from mercurial import cmdutil
       
     2 
       
     3 cmdtable = {}
       
     4 command = cmdutil.command(cmdtable)
       
     5 testedwith = 'internal'