[PATCH 1 of 2] commands: add 'hg log' example for full hashes

Mathias De Maré mathias.demare at gmail.com
Sat Nov 28 12:14:52 CST 2015


On Sat, Nov 28, 2015 at 3:44 PM, Yuya Nishihara <yuya at tcha.org> wrote:

> On Fri, 27 Nov 2015 13:24:47 -0600, Mathias De Maré wrote:
> > # HG changeset patch
> > # User Mathias De Maré <mathias.demare at gmail.com>
> > # Date 1448652182 -3600
> > #      Fri Nov 27 20:23:02 2015 +0100
> > # Node ID c3e3e536ad7e74d96322c3ac29dd883215abc04a
> > # Parent  61fbf5dc12b23e7a2a30cf04ebd9f096c42a1f61
> > commands: add 'hg log' example for full hashes
> >
> > diff --git a/mercurial/commands.py b/mercurial/commands.py
> > --- a/mercurial/commands.py
> > +++ b/mercurial/commands.py
> > @@ -4762,6 +4762,10 @@
> >
> >            hg log -k bug --template "{rev}\\n"
> >
> > +      - the full hash identifier of the current changeset::
>
> Not sure if "current changeset" is a common word. How about
> s/current changeset/working directory parent/ ?
>
That does sound like a better description, thanks. Should I resend or can
this be taken inflight?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://selenic.com/pipermail/mercurial-devel/attachments/20151128/42660b99/attachment.html>


More information about the Mercurial-devel mailing list