hgext/acl.py
changeset 16743 38caf405d010
parent 16499 0b463f52b948
child 16763 c38f96ab63cb
--- a/hgext/acl.py	Sat May 05 15:12:26 2012 -0500
+++ b/hgext/acl.py	Tue May 15 14:37:49 2012 -0500
@@ -152,6 +152,8 @@
 from mercurial import util, match
 import getpass, urllib
 
+testedwith = 'internal'
+
 def _getusers(ui, group):
 
     # First, try to use group definition from section [acl.groups]