Show More
@@ -2416,8 +2416,8 b' def resolve(ui, repo, *pats, **opts):' | |||||
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 |
( |
|
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. |
General Comments 0
You need to be logged in to leave comments.
Login now