hgext/hgcia.py
changeset 16743 38caf405d010
parent 16688 cfb6682961b8
child 17424 e7cfe3587ea4
--- a/hgext/hgcia.py	Sat May 05 15:12:26 2012 -0500
+++ b/hgext/hgcia.py	Tue May 15 14:37:49 2012 -0500
@@ -48,6 +48,7 @@
 
 import socket, xmlrpclib
 from xml.sax import saxutils
+testedwith = 'internal'
 
 socket_timeout = 30 # seconds
 if util.safehasattr(socket, 'setdefaulttimeout'):