hgext/gpg.py
changeset 16743 38caf405d010
parent 16688 cfb6682961b8
child 16927 7922004a46b8
--- a/hgext/gpg.py	Sat May 05 15:12:26 2012 -0500
+++ b/hgext/gpg.py	Tue May 15 14:37:49 2012 -0500
@@ -12,6 +12,7 @@
 
 cmdtable = {}
 command = cmdutil.command(cmdtable)
+testedwith = 'internal'
 
 class gpg(object):
     def __init__(self, path, key=None):
@@ -286,4 +287,3 @@
         return "%s\n" % hgnode.hex(node)
     else:
         raise util.Abort(_("unknown signature version"))
-