##// END OF EJS Templates
help: use ":hg:`command`" instead of incorrect ":hg:'command'" notation
FUJIWARA Katsunori -
r23114:0b7853f9 stable
parent child Browse files
Show More
@@ -853,7 +853,7 b' def bookmark(ui, repo, *names, **opts):'
853 Bookmarks can be pushed and pulled between repositories (see
853 Bookmarks can be pushed and pulled between repositories (see
854 :hg:`help push` and :hg:`help pull`). If a shared bookmark has
854 :hg:`help push` and :hg:`help pull`). If a shared bookmark has
855 diverged, a new 'divergent bookmark' of the form 'name@path' will
855 diverged, a new 'divergent bookmark' of the form 'name@path' will
856 be created. Using :hg:'merge' will resolve the divergence.
856 be created. Using :hg:`merge` will resolve the divergence.
857
857
858 A bookmark named '@' has the special property that :hg:`clone` will
858 A bookmark named '@' has the special property that :hg:`clone` will
859 check it out by default if it exists.
859 check it out by default if it exists.
@@ -3212,7 +3212,7 b' def files(ui, repo, *pats, **opts):'
3212
3212
3213 hg files -0 | xargs -0 grep foo
3213 hg files -0 | xargs -0 grep foo
3214
3214
3215 See :hg:'help pattern' and :hg:'help filesets' for more information
3215 See :hg:`help pattern` and :hg:`help filesets` for more information
3216 on specifying file patterns.
3216 on specifying file patterns.
3217
3217
3218 Returns 0 if a match is found, 1 otherwise.
3218 Returns 0 if a match is found, 1 otherwise.
General Comments 0
You need to be logged in to leave comments. Login now