Re: [PATCH 2 of 2] commands: introduce `hg display`

2016-11-15 Thread Gregory Szorc
On Thu, Nov 10, 2016 at 9:44 AM, Pierre-Yves David < pierre-yves.da...@ens-lyon.org> wrote: > > > On 11/08/2016 03:50 AM, Gregory Szorc wrote: > >> On Mon, Nov 7, 2016 at 4:41 AM, Pierre-Yves David >> > >> wrote: >> >> On

Re: [PATCH 2 of 2] commands: introduce `hg display`

2016-11-10 Thread Pierre-Yves David
On 11/08/2016 03:50 AM, Gregory Szorc wrote: On Mon, Nov 7, 2016 at 4:41 AM, Pierre-Yves David > wrote: On 11/05/2016 07:26 PM, Gregory Szorc wrote: # HG changeset patch # User Gregory Szorc

Re: [PATCH 2 of 2] commands: introduce `hg display`

2016-11-07 Thread Gregory Szorc
On Mon, Nov 7, 2016 at 2:03 AM, Denis Laxalde wrote: > Gregory Szorc a écrit : > >> For the command name, we would have preferred `hg show` because it is >> shorter and not ambigious with any other core command. However, a >> number of people have created `hg show` as

Re: [PATCH 2 of 2] commands: introduce `hg display`

2016-11-07 Thread Gregory Szorc
On Sun, Nov 6, 2016 at 1:52 AM, timeless wrote: > Gregory Szorc wrote: > > @@ -2019,6 +2026,13 @@ Dish up an empty repo; serve it cold. > >diff repository (or selected files) > > > > > > + > > + display > > + > > + > > + show various repository information

Re: [PATCH 2 of 2] commands: introduce `hg display`

2016-11-07 Thread Denis Laxalde
Gregory Szorc a écrit : For the command name, we would have preferred `hg show` because it is shorter and not ambigious with any other core command. However, a number of people have created `hg show` as effectively an alias to `hg export`. And, some were concerned that Git users used to `git

Re: [PATCH 2 of 2] commands: introduce `hg display`

2016-11-06 Thread timeless
Gregory Szorc wrote: > @@ -2019,6 +2026,13 @@ Dish up an empty repo; serve it cold. >diff repository (or selected files) > > > + > + display > + > + > + show various repository information > + > + > >export > Will /help/display list the views it supports?

[PATCH 2 of 2] commands: introduce `hg display`

2016-11-05 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1478370119 25200 # Sat Nov 05 11:21:59 2016 -0700 # Node ID 0ebc1e627383bdf017f509a60725c0b39d6d40d9 # Parent 4bce42e7330311b58ecd38a4acbcd2d2dd1351ba commands: introduce `hg display` Currently, Mercurial has a