hgext/fetch.py
changeset 16743 38caf405d010
parent 16719 e7bf09acd410
child 16926 cf2156932f75
equal deleted inserted replaced
16742:973671fc0804 16743:38caf405d010
     9 
     9 
    10 from mercurial.i18n import _
    10 from mercurial.i18n import _
    11 from mercurial.node import nullid, short
    11 from mercurial.node import nullid, short
    12 from mercurial import commands, cmdutil, hg, util, error
    12 from mercurial import commands, cmdutil, hg, util, error
    13 from mercurial.lock import release
    13 from mercurial.lock import release
       
    14 
       
    15 testedwith = 'internal'
    14 
    16 
    15 def fetch(ui, repo, source='default', **opts):
    17 def fetch(ui, repo, source='default', **opts):
    16     '''pull changes from a remote repository, merge new changes if needed.
    18     '''pull changes from a remote repository, merge new changes if needed.
    17 
    19 
    18     This finds all changes from the repository at the specified path
    20     This finds all changes from the repository at the specified path