comparison mercurial/commands.py @ 8287:824ed0e35480

commands: fix capitalization in revert help text
author Martin Geisler <mg@lazybytes.net>
date Sun, 03 May 2009 20:34:12 +0200
parents 36c704b0e7ab
children b87a50b7125c
comparison
equal deleted inserted replaced
8286:707bc82ba0d7 8287:824ed0e35480
2414 util.rename(a + ".resolve", a + ".orig") 2414 util.rename(a + ".resolve", a + ".orig")
2415 2415
2416 def revert(ui, repo, *pats, **opts): 2416 def revert(ui, repo, *pats, **opts):
2417 """restore individual files or directories to an earlier state 2417 """restore individual files or directories to an earlier state
2418 2418
2419 (use update -r to check out earlier revisions, revert does not 2419 (Use update -r to check out earlier revisions, revert does not
2420 change the working directory parents) 2420 change the working directory parents.)
2421 2421
2422 With no revision specified, revert the named files or directories 2422 With no revision specified, revert the named files or directories
2423 to the contents they had in the parent of the working directory. 2423 to the contents they had in the parent of the working directory.
2424 This restores the contents of the affected files to an unmodified 2424 This restores the contents of the affected files to an unmodified
2425 state and unschedules adds, removes, copies, and renames. If the 2425 state and unschedules adds, removes, copies, and renames. If the