Mercurial > public > mercurial-scm > hg-stable
diff hgext/fetch.py @ 7598:26adfaccdf73
lowercase help output
Changes docstrings to begin with a lowercase word. Only docstrings
used in help output is changed.
Scripts are not expected to grep the output of 'hg help' so this
change should pose no problem with regard to the compatibility rules.
author | Martin Geisler <mg@daimi.au.dk> |
---|---|
date | Sat, 03 Jan 2009 17:15:15 +0100 |
parents | 2db33c1a5654 |
children | 423b4482c5cb |
line wrap: on
line diff
--- 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.