[PATCH STABLE] largefiles: mark as a first party extension

Matt Harbison matt_harbison at yahoo.com
Fri Jul 20 22:19:42 CDT 2012


# HG changeset patch
# User Matt Harbison <matt_harbison at yahoo.com>
# Date 1342836652 14400
# Branch stable
# Node ID 79b4c272066b79fe454b954ef9cb8628654c97df
# Parent  436cc9d017c68a3b71ec6bcb4ab0046a403c9045
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 reposetup
 import uisetup
 
+testedwith = 'internal'
+
 reposetup = reposetup.reposetup
 uisetup = uisetup.uisetup
 


More information about the Mercurial-devel mailing list