# HG changeset patch # User Matt Harbison # Date 2012-07-21 02:10:52 # Node ID acea82757d8a0520e2d71a6a352a5b9c59c451f2 # Parent 25248e2ebaee2b2e718fc5f3456fdb4c593ac883 largefiles: mark as a first party extension diff --git a/hgext/largefiles/__init__.py b/hgext/largefiles/__init__.py --- a/hgext/largefiles/__init__.py +++ b/hgext/largefiles/__init__.py @@ -92,6 +92,8 @@ import lfcommands import reposetup import uisetup +testedwith = 'internal' + reposetup = reposetup.reposetup uisetup = uisetup.uisetup