largefiles: mark as a first party extension stable
authorMatt Harbison <matt_harbison@yahoo.com>
Fri, 20 Jul 2012 22:10:52 -0400
branchstable
changeset 17233 acea82757d8a
parent 17232 25248e2ebaee
child 17234 0cfece81e051
largefiles: mark as a first party extension
hgext/largefiles/__init__.py
--- a/hgext/largefiles/__init__.py	Thu Jul 19 23:35:13 2012 -0400
+++ b/hgext/largefiles/__init__.py	Fri Jul 20 22:10:52 2012 -0400
@@ -92,6 +92,8 @@
 import reposetup
 import uisetup
 
+testedwith = 'internal'
+
 reposetup = reposetup.reposetup
 uisetup = uisetup.uisetup