diff hgext/mq.py @ 16743:38caf405d010

hgext: mark all first-party extensions as such
author Augie Fackler <raf@durin42.com>
date Tue, 15 May 2012 14:37:49 -0500
parents 4da10c00a20c
children 6403fdd716fe
line wrap: on
line diff
--- 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.