Show More
@@ -3361,18 +3361,14 b' def log(ui, repo, *pats, **opts):' | |||||
3361 | Print the revision history of the specified files or the entire |
|
3361 | Print the revision history of the specified files or the entire | |
3362 | project. |
|
3362 | project. | |
3363 |
|
3363 | |||
|
3364 | If no revision range is specified, the default is ``tip:0`` unless | |||
|
3365 | --follow is set, in which case the working directory parent is | |||
|
3366 | used as the starting revision. | |||
|
3367 | ||||
3364 | File history is shown without following rename or copy history of |
|
3368 | File history is shown without following rename or copy history of | |
3365 | files. Use -f/--follow with a filename to follow history across |
|
3369 | files. Use -f/--follow with a filename to follow history across | |
3366 | renames and copies. --follow without a filename will only show |
|
3370 | renames and copies. --follow without a filename will only show | |
3367 |
ancestors or descendants of the starting revision. |
|
3371 | ancestors or descendants of the starting revision. | |
3368 | only follows the first parent of merge revisions. |
|
|||
3369 |
|
||||
3370 | If no revision range is specified, the default is ``tip:0`` unless |
|
|||
3371 | --follow is set, in which case the working directory parent is |
|
|||
3372 | used as the starting revision. You can specify a revision set for |
|
|||
3373 | log, see :hg:`help revsets` for more information. |
|
|||
3374 |
|
||||
3375 | See :hg:`help dates` for a list of formats valid for -d/--date. |
|
|||
3376 |
|
3372 | |||
3377 | By default this command prints revision number and changeset id, |
|
3373 | By default this command prints revision number and changeset id, | |
3378 | tags, non-trivial parents, user, date and time, and a summary for |
|
3374 | tags, non-trivial parents, user, date and time, and a summary for | |
@@ -3425,6 +3421,11 b' def log(ui, repo, *pats, **opts):' | |||||
3425 |
|
3421 | |||
3426 | hg log -r "last(tagged())::" --template "{desc|firstline}\\n" |
|
3422 | hg log -r "last(tagged())::" --template "{desc|firstline}\\n" | |
3427 |
|
3423 | |||
|
3424 | See :hg:`help dates` for a list of formats valid for -d/--date. | |||
|
3425 | ||||
|
3426 | See :hg:`help revisions` and :hg:`help revsets` for more about | |||
|
3427 | specifying revisions. | |||
|
3428 | ||||
3428 | Returns 0 on success. |
|
3429 | Returns 0 on success. | |
3429 | """ |
|
3430 | """ | |
3430 |
|
3431 |
General Comments 0
You need to be logged in to leave comments.
Login now