comparison mercurial/commands.py @ 27317:5091c013fd1a

parents: provide equivalent revsets in help
author timeless <timeless@mozdev.org>
date Tue, 08 Dec 2015 20:21:08 +0000
parents 14a83e8e1b88
children 944af8e2eb4c
comparison
equal deleted inserted replaced
27316:777f668eca70 27317:5091c013fd1a
5284 given via -r/--rev, the parent of that revision will be printed. 5284 given via -r/--rev, the parent of that revision will be printed.
5285 If a file argument is given, the revision in which the file was 5285 If a file argument is given, the revision in which the file was
5286 last changed (before the working directory revision or the 5286 last changed (before the working directory revision or the
5287 argument to --rev if given) is printed. 5287 argument to --rev if given) is printed.
5288 5288
5289 This command is equivalent to::
5290
5291 hg log -r "parents()" or
5292 hg log -r "parents(REV)" or
5293 hg log -r "max(file(FILE))" or
5294 hg log -r "max(::REV and file(FILE))"
5295
5289 See :hg:`summary` and :hg:`help revsets` for related information. 5296 See :hg:`summary` and :hg:`help revsets` for related information.
5290 5297
5291 Returns 0 on success. 5298 Returns 0 on success.
5292 """ 5299 """
5293 5300