commands: fix capitalization in revert help text

This commit is contained in:
Martin Geisler 2009-05-03 20:34:12 +02:00
parent a100fe0b6c
commit 15612f806b

View File

@ -2416,8 +2416,8 @@ def resolve(ui, repo, *pats, **opts):
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.