Mercurial > hg-stable
changeset 23114:0b7853f969ac stable
help: use ":hg:`command`" instead of incorrect ":hg:'command'" notation
author | FUJIWARA Katsunori <foozy@lares.dti.ne.jp> |
---|---|
date | Sat, 01 Nov 2014 02:43:08 +0900 |
parents | c2dd79ad99cb |
children | c23c03605c59 |
files | mercurial/commands.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Sat Nov 01 02:43:08 2014 +0900 +++ b/mercurial/commands.py Sat Nov 01 02:43:08 2014 +0900 @@ -853,7 +853,7 @@ Bookmarks can be pushed and pulled between repositories (see :hg:`help push` and :hg:`help pull`). If a shared bookmark has diverged, a new 'divergent bookmark' of the form 'name@path' will - be created. Using :hg:'merge' will resolve the divergence. + be created. Using :hg:`merge` will resolve the divergence. A bookmark named '@' has the special property that :hg:`clone` will check it out by default if it exists. @@ -3212,7 +3212,7 @@ hg files -0 | xargs -0 grep foo - See :hg:'help pattern' and :hg:'help filesets' for more information + See :hg:`help pattern` and :hg:`help filesets` for more information on specifying file patterns. Returns 0 if a match is found, 1 otherwise.