Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/commands.py @ 12803:a6a0698960cc stable
commands: mark tip:0 as literal text
If left unquoted, this is seen as a link to '0' using protocol 'tip'
because of some over-eager link-finding magic in Docutils.
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Thu, 21 Oct 2010 21:26:32 +0200 |
parents | de793925862e |
children | e5922564ab01 |
comparison
equal
deleted
inserted
replaced
12802:c82cd7b08158 | 12803:a6a0698960cc |
---|---|
2436 files. Use -f/--follow with a filename to follow history across | 2436 files. Use -f/--follow with a filename to follow history across |
2437 renames and copies. --follow without a filename will only show | 2437 renames and copies. --follow without a filename will only show |
2438 ancestors or descendants of the starting revision. --follow-first | 2438 ancestors or descendants of the starting revision. --follow-first |
2439 only follows the first parent of merge revisions. | 2439 only follows the first parent of merge revisions. |
2440 | 2440 |
2441 If no revision range is specified, the default is tip:0 unless | 2441 If no revision range is specified, the default is ``tip:0`` unless |
2442 --follow is set, in which case the working directory parent is | 2442 --follow is set, in which case the working directory parent is |
2443 used as the starting revision. You can specify a revision set for | 2443 used as the starting revision. You can specify a revision set for |
2444 log, see :hg:`help revsets` for more information. | 2444 log, see :hg:`help revsets` for more information. |
2445 | 2445 |
2446 See :hg:`help dates` for a list of formats valid for -d/--date. | 2446 See :hg:`help dates` for a list of formats valid for -d/--date. |