diff push_cmd.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 e37f9d3fd5e7
children c2e51d6a2d7b
line wrap: on
line diff
--- a/push_cmd.py
+++ b/push_cmd.py
@@ -13,7 +13,7 @@ import utility_commands
 
 def push_revisions_to_subversion(ui, repo, hg_repo_path, svn_url,
                                  stupid=False, **opts):
-    """Push revisions starting at a specified head back to Subversion.
+    """push revisions starting at a specified head back to Subversion.
     """
     oldencoding = merc_util._encoding
     merc_util._encoding = 'UTF-8'