[PATCH] List --quiet switch in hg tags

Thu Trang Pham thu at fb.com
Thu Dec 17 23:25:18 UTC 2015


# HG changeset patch
# User Thu Trang Pham <thu at fb.com>
# Date 1450394616 28800
#      Thu Dec 17 15:23:36 2015 -0800
# Node ID bb988ac5172a4a66e7dc63354a5b8273c2c8c29a
# Parent  4eeef1b2d689bad18f473b5e118cca061f6ca560
List --quiet switch in hg tags

Fix Mercurial issue4930: hg tags --quiet undocumented

diff --git a/mercurial/commands.py b/mercurial/commands.py
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -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.
     """


More information about the Mercurial-devel mailing list