Re: [PATCH 2 of 6] revlog: add flagprocessor

2016-11-16 Thread Augie Fackler
(side note: whatever mail client you're using is really quite awful at handling quoting, and reading inline responses is somewhat confusing :/ ) On Nov 16, 2016, at 08:59, Rémi Chaintron wrote: >>> >>> > +for flag in transformmap: >>> > +if flag in self.flagsbypriori

Re: [PATCH 2 of 6] revlog: add flagprocessor

2016-11-16 Thread Rémi Chaintron
On 11/9/16, 5:17 PM, "Augie Fackler" wrote: On Thu, Oct 27, 2016 at 04:04:00PM +0100, Remi Chaintron wrote: > # HG changeset patch > # User Remi Chaintron > # Date 1477579974 -3600 > # Thu Oct 27 15:52:54 2016 +0100 > # Branch stable > # Node ID c16fc21

Re: [PATCH 2 of 6] revlog: add flagprocessor

2016-11-09 Thread Augie Fackler
On Thu, Oct 27, 2016 at 04:04:00PM +0100, Remi Chaintron wrote: > # HG changeset patch > # User Remi Chaintron > # Date 1477579974 -3600 > # Thu Oct 27 15:52:54 2016 +0100 > # Branch stable > # Node ID c16fc21427f7d3db2adce1d34b6a8f7fb04f9ca7 > # Parent 7423a5fcbc05f69c84a9e0eb4d4b4a9d83

[PATCH 2 of 6] revlog: add flagprocessor

2016-10-27 Thread Remi Chaintron
# HG changeset patch # User Remi Chaintron # Date 1477579974 -3600 # Thu Oct 27 15:52:54 2016 +0100 # Branch stable # Node ID c16fc21427f7d3db2adce1d34b6a8f7fb04f9ca7 # Parent 7423a5fcbc05f69c84a9e0eb4d4b4a9d83f0 revlog: add flagprocessor This adds a mechanism for extensions/subclasses