4512 |
4512 |
4513 Print the revision history of the specified files or the entire |
4513 Print the revision history of the specified files or the entire |
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 |
4527 each commit. When the -v/--verbose switch is used, the list of |
4527 each commit. When the -v/--verbose switch is used, the list of |
4528 changed files and full commit message are shown. |
4528 changed files and full commit message are shown. |