mercurial/commands.py
changeset 46203 63f0e31af0e5
parent 46182 dc4564ee57dc
parent 46147 b308d750de82
child 46361 dfca84970da8
child 46413 ed43b6fa847e
equal deleted inserted replaced
46202:5135b393884b 46203:63f0e31af0e5
  4443         ),
  4443         ),
  4444         (
  4444         (
  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         (
  4452             b'L',
  4452             b'L',
  4453             b'line-range',
  4453             b'line-range',
  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.