changeset 17233:acea82757d8a stable

largefiles: mark as a first party extension
author Matt Harbison <matt_harbison@yahoo.com>
date Fri, 20 Jul 2012 22:10:52 -0400
parents 25248e2ebaee
children 0cfece81e051
files hgext/largefiles/__init__.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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