[PATCH 4 of 8] blackbox: log working directory version

timeless timeless at gmail.com
Fri Feb 26 11:01:02 EST 2016


actually, I'll just send a followup to remove this.

On Fri, Feb 26, 2016 at 10:58 AM, timeless <timeless at gmail.com> wrote:
> I'm convinced, please rewrite clowncopter (which means we can drop the
> hexfn entirely -- yay).
>
> On Fri, Feb 26, 2016 at 8:42 AM, Yuya Nishihara <yuya at tcha.org> wrote:
>>
>>> +                        rev = hexfn(ctx.node())
>>> +                    else:
>>> +                        parents = ctx.parents()
>>> +                        rev = ('+'.join([hexfn(p.node()) for p in parents]))
>>
>> It seems ctx.rev() is always None, and p.node() never be None.


More information about the Mercurial-devel mailing list