Submitter | Thu Trang Pham |
---|---|
Date | Dec. 17, 2015, 11:25 p.m. |
Message ID | <bb988ac5172a4a66e7dc.1450394718@devvm2360.prn1.facebook.com> |
Download | mbox | patch |
Permalink | /patch/12129/ |
State | Accepted |
Headers | show |
Comments
On 12/17/2015 11:25 PM, Thu Trang Pham wrote: > # HG changeset patch > # User Thu Trang Pham <thu@fb.com> > # Date 1450394616 28800 > # Thu Dec 17 15:23:36 2015 -0800 > # Node ID bb988ac5172a4a66e7dc63354a5b8273c2c8c29a > # Parent 4eeef1b2d689bad18f473b5e118cca061f6ca560 > List --quiet switch in hg tags Pushed to the clowncopter after fixing the commit message to our standard: tags: mention --quiet switch in help (issue4920) Please consult our guideline for your next patch. https://www.mercurial-scm.org/wiki/ContributingChanges
On Fri, 2015-12-18 at 12:03 +0000, Pierre-Yves David wrote: > > On 12/17/2015 11:25 PM, Thu Trang Pham wrote: > > # HG changeset patch > > # User Thu Trang Pham <thu@fb.com> > > # Date 1450394616 28800 > > # Thu Dec 17 15:23:36 2015 -0800 > > # Node ID bb988ac5172a4a66e7dc63354a5b8273c2c8c29a > > # Parent 4eeef1b2d689bad18f473b5e118cca061f6ca560 > > List --quiet switch in hg tags > > Pushed to the clowncopter after fixing the commit message to our standard: > > tags: mention --quiet switch in help (issue4920) Wrong issue number: https://bz.mercurial-scm.org/show_bug.cgi?id=4920 https://bz.mercurial-scm.org/show_bug.cgi?id=4930 -- Mathematics is the supreme nostalgia of our time.
Patch
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. """