# HG changeset patch # User Martin Geisler # Date 1287689192 -7200 # Node ID a6a0698960cc831fdf612b2b28279eb5a7a2afef # Parent c82cd7b08158170227eec314348c992ea4b918b9 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. diff -r c82cd7b08158 -r a6a0698960cc mercurial/commands.py --- 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.