hgext/fetch.py
changeset 7598 26adfaccdf73
parent 7270 2db33c1a5654
child 7854 423b4482c5cb
--- a/hgext/fetch.py	Sat Jan 03 16:15:11 2009 +0100
+++ b/hgext/fetch.py	Sat Jan 03 17:15:15 2009 +0100
@@ -11,7 +11,7 @@
 from mercurial import commands, cmdutil, hg, util, url
 
 def fetch(ui, repo, source='default', **opts):
-    '''Pull changes from a remote repository, merge new changes if needed.
+    '''pull changes from a remote repository, merge new changes if needed.
 
     This finds all changes from the repository at the specified path
     or URL and adds them to the local repository.