diff fetch_command.py @ 185:57355b0e7bd1

Creating patch for documention messages.
author Dan Villiom Podlaski Christiansen <danchr@cs.au.dk>
date Sat, 17 Jan 2009 15:30:37 -0600
parents d3ea6c98a086
children 6266ba36ee15
line wrap: on
line diff
--- a/fetch_command.py
+++ b/fetch_command.py
@@ -26,7 +26,7 @@ def fetch_revisions(ui, svn_url, hg_repo
                     authors=None,
                     filemap=None,
                     **opts):
-    """Pull new revisions from Subversion.
+    """pull new revisions from Subversion
     """
     svn_url = util.normalize_url(svn_url)
     old_encoding = merc_util._encoding