hgext/graphlog.py
changeset 16743 38caf405d010
parent 16434 8b62a77d0895
child 16777 058e14da7044
--- a/hgext/graphlog.py	Sat May 05 15:12:26 2012 -0500
+++ b/hgext/graphlog.py	Tue May 15 14:37:49 2012 -0500
@@ -20,6 +20,7 @@
 
 cmdtable = {}
 command = cmdutil.command(cmdtable)
+testedwith = 'internal'
 
 ASCIIDATA = 'ASC'