--- 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