Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/commands.py @ 40117:b99e91b2d39c
help: document about "tags" template keywords
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sun, 07 Oct 2018 23:14:21 +0900 |
parents | b049499fb0ba |
children | dd23eb81a3a3 |
comparison
equal
deleted
inserted
replaced
40116:b049499fb0ba | 40117:b99e91b2d39c |
---|---|
5762 | 5762 |
5763 This lists both regular and local tags. When the -v/--verbose | 5763 This lists both regular and local tags. When the -v/--verbose |
5764 switch is used, a third column "local" is printed for local tags. | 5764 switch is used, a third column "local" is printed for local tags. |
5765 When the -q/--quiet switch is used, only the tag name is printed. | 5765 When the -q/--quiet switch is used, only the tag name is printed. |
5766 | 5766 |
5767 .. container:: verbose | |
5768 | |
5769 Template: | |
5770 | |
5771 The following keywords are supported in addition to the common template | |
5772 keywords and functions such as ``{tag}``. See also | |
5773 :hg:`help templates`. | |
5774 | |
5775 :type: String. ``local`` for local tags. | |
5776 | |
5767 Returns 0 on success. | 5777 Returns 0 on success. |
5768 """ | 5778 """ |
5769 | 5779 |
5770 opts = pycompat.byteskwargs(opts) | 5780 opts = pycompat.byteskwargs(opts) |
5771 ui.pager('tags') | 5781 ui.pager('tags') |