diff hgext/relink.py @ 16743:38caf405d010

hgext: mark all first-party extensions as such
author Augie Fackler <raf@durin42.com>
date Tue, 15 May 2012 14:37:49 -0500
parents 67964cda8701
children 5884812686f7
line wrap: on
line diff
--- a/hgext/relink.py	Sat May 05 15:12:26 2012 -0500
+++ b/hgext/relink.py	Tue May 15 14:37:49 2012 -0500
@@ -11,6 +11,8 @@
 from mercurial.i18n import _
 import os, stat
 
+testedwith = 'internal'
+
 def relink(ui, repo, origin=None, **opts):
     """recreate hardlinks between two repositories