hgext/patchbomb.py
changeset 16743 38caf405d010
parent 16688 cfb6682961b8
child 16931 ee388b0a6f67
--- a/hgext/patchbomb.py	Sat May 05 15:12:26 2012 -0500
+++ b/hgext/patchbomb.py	Tue May 15 14:37:49 2012 -0500
@@ -55,6 +55,7 @@
 
 cmdtable = {}
 command = cmdutil.command(cmdtable)
+testedwith = 'internal'
 
 def prompt(ui, prompt, default=None, rest=':'):
     if default: