hgext/hgk.py
changeset 16743 38caf405d010
parent 16683 525fdb738975
child 17773 434e5bd615fc
--- a/hgext/hgk.py	Sat May 05 15:12:26 2012 -0500
+++ b/hgext/hgk.py	Tue May 15 14:37:49 2012 -0500
@@ -39,6 +39,8 @@
 from mercurial.node import nullid, nullrev, short
 from mercurial.i18n import _
 
+testedwith = 'internal'
+
 def difftree(ui, repo, node1=None, node2=None, *files, **opts):
     """diff trees from two commits"""
     def __difftree(repo, node1, node2, files=[]):