mercurial/commands.py
changeset 40116 b99e91b2d39c
parent 40115 b049499fb0ba
child 40117 dd23eb81a3a3
equal deleted inserted replaced
40115:b049499fb0ba 40116: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')