diff -r baab785e3ecf -r a194a33f8cb2 hgext/strip.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/hgext/strip.py Thu Sep 26 23:10:11 2013 +0200 @@ -0,0 +1,5 @@ +from mercurial import cmdutil + +cmdtable = {} +command = cmdutil.command(cmdtable) +testedwith = 'internal'