Re: [PATCH V2] status: add a flag to terse the output (issue4119)

2017-06-19 Thread Pulkit Goyal
On Tue, Jun 20, 2017 at 3:14 AM, Martin von Zweigbergk wrote: > On Mon, Jun 19, 2017 at 2:39 PM, Pulkit Goyal <7895pul...@gmail.com> wrote: >> On Tue, Jun 20, 2017 at 2:45 AM, Danek Duvall >> wrote: >>> I'd like to see some text in the help output that talks about -t and its >>> arguments -- wha

Re: [PATCH V2] status: add a flag to terse the output (issue4119)

2017-06-19 Thread Martin von Zweigbergk via Mercurial-devel
On Mon, Jun 19, 2017 at 2:39 PM, Pulkit Goyal <7895pul...@gmail.com> wrote: > On Tue, Jun 20, 2017 at 2:45 AM, Danek Duvall wrote: >> I'd like to see some text in the help output that talks about -t and its >> arguments -- what are they, what do they mean, what it means to combine >> them, how to

Re: [PATCH V2] status: add a flag to terse the output (issue4119)

2017-06-19 Thread Pulkit Goyal
On Tue, Jun 20, 2017 at 2:45 AM, Danek Duvall wrote: > I'd like to see some text in the help output that talks about -t and its > arguments -- what are they, what do they mean, what it means to combine > them, how to disable them. Yeah that will be of great help to the users. Will add in V3 (or a

Re: [PATCH V2] status: add a flag to terse the output (issue4119)

2017-06-19 Thread Danek Duvall
I'd like to see some text in the help output that talks about -t and its arguments -- what are they, what do they mean, what it means to combine them, how to disable them. Pulkit Goyal wrote: > @@ -4804,16 +4806,28 @@ > show = [k for k in states if opts.get(k)] > if opts.get('all'): >

[PATCH V2] status: add a flag to terse the output (issue4119)

2017-06-17 Thread Pulkit Goyal
# HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1497710422 -19800 # Sat Jun 17 20:10:22 2017 +0530 # Node ID cb336b5ad077bee8e9cc954f01889695da4089bc # Parent 3abba5bc34546951b11b1bd3f5e5c77b90d950d1 status: add a flag to terse the output (issue4119) This adds an exper