[PATCH 0 of 3] support for branch-based access control

Elifarley Callado Coelho Cruz elifarley at gmail.com
Thu Apr 29 16:20:48 CDT 2010


On Thu, Apr 29, 2010 at 18:02, Elifarley Callado Coelho Cruz <
elifarley at gmail.com> wrote:

> Oh, I'll also add this line before the 2 for loops:
>
> + if (deny and len(deny)) or (allow and len(allow)):


Forget that. It should read:



I'll add this line  before the 2 for loops:

+    if deny or allow:


And change these lines:

-    if not items:
-        return lambda b: False
+    if not items:
+       return None
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://selenic.com/pipermail/mercurial-devel/attachments/20100429/1c0e0326/attachment.htm>


More information about the Mercurial-devel mailing list