diff diff_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
line wrap: on
line diff
--- a/diff_cmd.py
+++ b/diff_cmd.py
@@ -25,7 +25,7 @@ def filterdiff(diff, base_revision):
 
 
 def diff_command(ui, repo, hg_repo_path, **opts):
-    """Show a diff of the most recent revision against its parent from svn.
+    """show a diff of the most recent revision against its parent from svn
     """
     hge = hg_delta_editor.HgChangeReceiver(hg_repo_path,
                                            ui_=ui)