Re: [PATCH 2 of 2 RFC] dispatch: look up command by [:] syntax (PoC)

2018-02-24 Thread Yuya Nishihara
On Sat, 24 Feb 2018 18:03:49 -0800, Gregory Szorc wrote: > On Sat, Feb 24, 2018 at 5:42 PM, Yuya Nishihara wrote: > > On Sat, 24 Feb 2018 11:39:26 -0800, Gregory Szorc wrote: > > > I will say that I believe we had general consensus at a previous sprint > > to > > > implement proper

Re: [PATCH 2 of 2 RFC] dispatch: look up command by [:] syntax (PoC)

2018-02-24 Thread Gregory Szorc
On Sat, Feb 24, 2018 at 5:42 PM, Yuya Nishihara wrote: > On Sat, 24 Feb 2018 11:39:26 -0800, Gregory Szorc wrote: > > I will say that I believe we had general consensus at a previous sprint > to > > implement proper support for sub-commands. This would allow us to > implement > >

Re: [PATCH 2 of 2 RFC] dispatch: look up command by [:] syntax (PoC)

2018-02-24 Thread Yuya Nishihara
On Sat, 24 Feb 2018 11:39:26 -0800, Gregory Szorc wrote: > I will say that I believe we had general consensus at a previous sprint to > implement proper support for sub-commands. This would allow us to implement > arguments on individual show views. e.g. `hg show work --maxage 14d`. It > could

Re: [PATCH 2 of 2 RFC] dispatch: look up command by [:] syntax (PoC)

2018-02-24 Thread Gregory Szorc
On Thu, Feb 22, 2018 at 6:54 AM, Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1516798904 -32400 > # Wed Jan 24 22:01:44 2018 +0900 > # Node ID cb9e1cad42a9a13f17c4c75d350cd509b08f4a21 > # Parent

Re: [PATCH 2 of 2 RFC] dispatch: look up command by [:] syntax (PoC)

2018-02-24 Thread Yuya Nishihara
On Fri, 23 Feb 2018 13:25:52 +0800, Anton Shestakov wrote: > On Thu, 22 Feb 2018 23:54:47 +0900 > Yuya Nishihara wrote: > > > # HG changeset patch > > # User Yuya Nishihara > > # Date 1516798904 -32400 > > # Wed Jan 24 22:01:44 2018 +0900 > > # Node ID

Re: [PATCH 2 of 2 RFC] dispatch: look up command by [:] syntax (PoC)

2018-02-22 Thread Anton Shestakov
On Thu, 22 Feb 2018 23:54:47 +0900 Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1516798904 -32400 > # Wed Jan 24 22:01:44 2018 +0900 > # Node ID cb9e1cad42a9a13f17c4c75d350cd509b08f4a21 > # Parent

[PATCH 2 of 2 RFC] dispatch: look up command by [:] syntax (PoC)

2018-02-22 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1516798904 -32400 # Wed Jan 24 22:01:44 2018 +0900 # Node ID cb9e1cad42a9a13f17c4c75d350cd509b08f4a21 # Parent e2030eaec92b1ed12577cbe48cd0495d106818a9 dispatch: look up command by [:] syntax (PoC) This allows us to run the