changeset 27409:32bea9daa877

tags: mention --quiet switch in help (issue4920)
author Thu Trang Pham <thu@fb.com>
date Thu, 17 Dec 2015 15:23:36 -0800
parents 2916ebaef312
children 41127e875758
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Thu Dec 17 17:27:32 2015 -0600
+++ b/mercurial/commands.py	Thu Dec 17 15:23:36 2015 -0800
@@ -6729,6 +6729,7 @@
 
     This lists both regular and local tags. When the -v/--verbose
     switch is used, a third column "local" is printed for local tags.
+    When the -q/--quiet switch is used, only the tag name is printed.
 
     Returns 0 on success.
     """