[PATCH 2 of 2 V2] show: implement underway view

Gregory Szorc gregory.szorc at gmail.com
Sat Apr 15 15:05:49 EDT 2017


On Sat, Apr 15, 2017 at 11:42 AM, Durham Goode <durham at fb.com> wrote:

> On 4/12/17 8:31 PM, Gregory Szorc wrote:
>
>> # HG changeset patch
>> # User Gregory Szorc <gregory.szorc at gmail.com>
>> # Date 1492054275 25200
>> #      Wed Apr 12 20:31:15 2017 -0700
>> # Node ID b223da52ad3b22bb76dcb240677d330bce3eb6bf
>> # Parent  60177a9b778cb65fdefd4486ce51475a746c4cb6
>> show: implement underway view
>>
>> This is the beginning of a wip/smartlog view. It is basically a manually
>> constructed (read: fast) revset function to collect "relevant"
>> changesets combined with a custom template and a graph displayer.
>> It obviously needs a lot of work.
>>
>> I'd like to get *something* usable in 4.2 so `hg show` has some value
>> to end-users.
>>
>> Let the bikeshedding begin.
>>
>
> My only concern is the name. It doesn't feel quite concise and intuitive
> enough for a command that will likely replace most invocations of log. Not
> that this should block the commit going in.
>
> Some brainstorms:
>
> hg show work  <-- my favorite
> hg show local
> hg show mycommits
> hg show pending
> hg show me
>

I agree the name isn't terrific.

If someone sends a patch to rename to `hg show work` I'll try to use my new
patch queuing powers...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mercurial-scm.org/pipermail/mercurial-devel/attachments/20170415/a19956e8/attachment.html>


More information about the Mercurial-devel mailing list