Mercurial > hg-stable
changeset 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 | c82cd7b08158 |
children | e0e8b123b75e |
files | mercurial/commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Thu Oct 21 17:02:08 2010 +0200 +++ b/mercurial/commands.py Thu Oct 21 21:26:32 2010 +0200 @@ -2438,7 +2438,7 @@ ancestors or descendants of the starting revision. --follow-first only follows the first parent of merge revisions. - If no revision range is specified, the default is tip:0 unless + If no revision range is specified, the default is ``tip:0`` unless --follow is set, in which case the working directory parent is used as the starting revision. You can specify a revision set for log, see :hg:`help revsets` for more information.