--- 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: