# HG changeset patch # User Thu Trang Pham # Date 1450394616 28800 # Node ID 32bea9daa87733240a0671e44f4d5e9e5e110cb6 # Parent 2916ebaef3129451bfd4f9f62487e70f74124d46 tags: mention --quiet switch in help (issue4920) diff -r 2916ebaef312 -r 32bea9daa877 mercurial/commands.py --- 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. """