hgext/mq.py
changeset 16743 38caf405d010
parent 16733 4da10c00a20c
child 16829 6403fdd716fe
--- a/hgext/mq.py	Sat May 05 15:12:26 2012 -0500
+++ b/hgext/mq.py	Tue May 15 14:37:49 2012 -0500
@@ -73,6 +73,7 @@
 
 cmdtable = {}
 command = cmdutil.command(cmdtable)
+testedwith = 'internal'
 
 # Patch names looks like unix-file names.
 # They must be joinable with queue directory and result in the patch path.