comparison hgext/fetch.py @ 6212:e75aab656f46

Remove unused imports
author Joel Rosdahl <joel@rosdahl.net>
date Thu, 06 Mar 2008 22:23:41 +0100
parents f89fd07fc51d
children 595a69a01129
comparison
equal deleted inserted replaced
6211:f89fd07fc51d 6212:e75aab656f46
5 # This software may be used and distributed according to the terms 5 # This software may be used and distributed according to the terms
6 # of the GNU General Public License, incorporated herein by reference. 6 # of the GNU General Public License, incorporated herein by reference.
7 7
8 from mercurial.i18n import _ 8 from mercurial.i18n import _
9 from mercurial.node import nullid, short 9 from mercurial.node import nullid, short
10 from mercurial import commands, cmdutil, hg, node, util 10 from mercurial import commands, cmdutil, hg, util
11 11
12 def fetch(ui, repo, source='default', **opts): 12 def fetch(ui, repo, source='default', **opts):
13 '''Pull changes from a remote repository, merge new changes if needed. 13 '''Pull changes from a remote repository, merge new changes if needed.
14 14
15 This finds all changes from the repository at the specified path 15 This finds all changes from the repository at the specified path