# HG changeset patch # User Matt Harbison # Date 1342836652 14400 # Node ID acea82757d8a0520e2d71a6a352a5b9c59c451f2 # Parent 25248e2ebaee2b2e718fc5f3456fdb4c593ac883 largefiles: mark as a first party extension diff -r 25248e2ebaee -r acea82757d8a 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