Mercurial > hg > mercurial-source
changeset 40798:d44efe0e6f40
help: document about "bookmarks" template keywords
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Wed, 03 Oct 2018 22:32:18 +0900 (2018-10-03) |
parents | e66a3ae8211a |
children | d6e02248cdba |
files | mercurial/commands.py |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -954,6 +954,14 @@ .. container:: verbose + Template: + + The following keywords are supported in addition to the common template + keywords and functions such as ``{bookmark}``. See also + :hg:`help templates`. + + :active: Boolean. True if the bookmark is active. + Examples: - create an active bookmark for a new line of development::