commands: fix capitalization in revert help text
authorMartin Geisler <mg@lazybytes.net>
Sun, 03 May 2009 20:34:12 +0200
changeset 8287 824ed0e35480
parent 8286 707bc82ba0d7
child 8288 9de088320e9a
commands: fix capitalization in revert help text
mercurial/commands.py
--- a/mercurial/commands.py	Sun May 03 17:36:58 2009 +0200
+++ b/mercurial/commands.py	Sun May 03 20:34:12 2009 +0200
@@ -2416,8 +2416,8 @@
 def revert(ui, repo, *pats, **opts):
     """restore individual files or directories to an earlier state
 
-    (use update -r to check out earlier revisions, revert does not
-    change the working directory parents)
+    (Use update -r to check out earlier revisions, revert does not
+    change the working directory parents.)
 
     With no revision specified, revert the named files or directories
     to the contents they had in the parent of the working directory.