mercurial/commands.py
changeset 27409 32bea9daa877
parent 27390 8bc6ece9a2e1
child 27420 3da583097fca
equal deleted inserted replaced
27408:2916ebaef312 27409:32bea9daa877
  6727 def tags(ui, repo, **opts):
  6727 def tags(ui, repo, **opts):
  6728     """list repository tags
  6728     """list repository tags
  6729 
  6729 
  6730     This lists both regular and local tags. When the -v/--verbose
  6730     This lists both regular and local tags. When the -v/--verbose
  6731     switch is used, a third column "local" is printed for local tags.
  6731     switch is used, a third column "local" is printed for local tags.
       
  6732     When the -q/--quiet switch is used, only the tag name is printed.
  6732 
  6733 
  6733     Returns 0 on success.
  6734     Returns 0 on success.
  6734     """
  6735     """
  6735 
  6736 
  6736     fm = ui.formatter('tags', opts)
  6737     fm = ui.formatter('tags', opts)