hgext/fetch.py
changeset 16743 38caf405d010
parent 16719 e7bf09acd410
child 16926 cf2156932f75
--- 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.