Show More
@@ -4445,7 +4445,7 b' def locate(ui, repo, *pats, **opts):' | |||||
4445 | b'r', |
|
4445 | b'r', | |
4446 | b'rev', |
|
4446 | b'rev', | |
4447 | [], |
|
4447 | [], | |
4448 | _(b'show the specified revision or revset'), |
|
4448 | _(b'revisions to select or follow from'), | |
4449 | _(b'REV'), |
|
4449 | _(b'REV'), | |
4450 | ), |
|
4450 | ), | |
4451 | ( |
|
4451 | ( | |
@@ -4514,13 +4514,13 b' def log(ui, repo, *pats, **opts):' | |||||
4514 | project. |
|
4514 | project. | |
4515 |
|
4515 | |||
4516 | If no revision range is specified, the default is ``tip:0`` unless |
|
4516 | If no revision range is specified, the default is ``tip:0`` unless | |
4517 | --follow is set, in which case the working directory parent is |
|
4517 | --follow is set. | |
4518 | used as the starting revision. |
|
|||
4519 |
|
4518 | |||
4520 | File history is shown without following rename or copy history of |
|
4519 | File history is shown without following rename or copy history of | |
4521 | files. Use -f/--follow with a filename to follow history across |
|
4520 | files. Use -f/--follow with a filename to follow history across | |
4522 | renames and copies. --follow without a filename will only show |
|
4521 | renames and copies. --follow without a filename will only show | |
4523 | ancestors of the starting revision. |
|
4522 | ancestors of the starting revisions. The starting revisions can be | |
|
4523 | specified by -r/--rev, which default to the working directory parent. | |||
4524 |
|
4524 | |||
4525 | By default this command prints revision number and changeset id, |
|
4525 | By default this command prints revision number and changeset id, | |
4526 | tags, non-trivial parents, user, date and time, and a summary for |
|
4526 | tags, non-trivial parents, user, date and time, and a summary for |
General Comments 0
You need to be logged in to leave comments.
Login now