hgext/transplant.py
changeset 16743 38caf405d010
parent 16627 38c45a99be0b
child 16991 1aae34f109fd
--- a/hgext/transplant.py	Sat May 05 15:12:26 2012 -0500
+++ b/hgext/transplant.py	Tue May 15 14:37:49 2012 -0500
@@ -25,6 +25,7 @@
 
 cmdtable = {}
 command = cmdutil.command(cmdtable)
+testedwith = 'internal'
 
 class transplantentry(object):
     def __init__(self, lnode, rnode):