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

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

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

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'): >