diff hgext/fetch.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 e7bf09acd410
children cf2156932f75
line wrap: on
line diff
--- a/hgext/fetch.py	Sat May 05 15:12:26 2012 -0500
+++ b/hgext/fetch.py	Tue May 15 14:37:49 2012 -0500
@@ -12,6 +12,8 @@
 from mercurial import commands, cmdutil, hg, util, error
 from mercurial.lock import release
 
+testedwith = 'internal'
+
 def fetch(ui, repo, source='default', **opts):
     '''pull changes from a remote repository, merge new changes if needed.