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

Stefano Tortarolo stefano.tortarolo at gmail.com
Tue Feb 9 05:31:06 CST 2010


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'?

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

Stefano
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://selenic.com/pipermail/mercurial-devel/attachments/20100209/e8fcf665/attachment.htm>


More information about the Mercurial-devel mailing list