[PATCH 1 of 3] dagparser: parses and formats DAGs as concise text

Peter Arrenbrecht peter.arrenbrecht at gmail.com
Tue Feb 9 06:17:47 CST 2010


On Tue, Feb 9, 2010 at 12:31 PM, Stefano Tortarolo
<stefano.tortarolo at gmail.com> wrote:
>
>
> 2010/2/8 Peter Arrenbrecht <peter.arrenbrecht at gmail.com>
>>
>> # HG changeset patch
>> # User Peter Arrenbrecht <peter.arrenbrecht at gmail.com>
>> # Date 1265662844 -3600
>> dagparser: parses and formats DAGs as concise text
>>
>> As discussed during the sprint. See the doc comment and doctests
>> for specification and examples. This is used in subsequent patches
>> to export revlog and changelog DAGs, and to generate a repo with
>> a given changelog DAG.
>
>
>>
>> +ALPHA = 'abcdefghijklmnopqrstuvwyxy'
>
> Shouldn't this be: ALPHA = 'abcdefghijklmnopqrstuvwyxZ'?

Good catch. Thanks.

> By the way, why don't you use string.lowercase and string.digits?

Because I didn't know them. Thanks again,
-parren


More information about the Mercurial-devel mailing list