[PATCH 04 of 15] revlog: changes in revdiff to support parentdelta

Pradeepkumar Gayam in3xes at gmail.com
Tue Jul 13 11:01:41 CDT 2010


-- Pradeep


On Tue, Jul 13, 2010 at 6:41 PM, Benoit Boissinot <
benoit.boissinot at ens-lyon.org> wrote:

> On Mon, Jul 12, 2010 at 04:19:46PM +0530, Pradeepkumar Gayam wrote:
> > @@ -1036,10 +1036,10 @@
> >          # look up what we need to read
> >          text = None
> >          rev = self.rev(node)
> > -        base = self.base(rev)
> > +        base, chain = self.deltachain(rev)
> >
> >          # check rev flags
> > -        if self.flags(rev) & ~REVLOG_PARENTDELTA_FLGAS:
> > +        if self.flags(rev) & ~REVLOG_PARENTDELTA_FLAGS:
>
> Already pointed out by Gilles, but you should really try to get
> "perfect" patches and not mix unrelated changes.
>
>  I realize I should have done lot of folding. That is my blunder :-|

> cheers,
>
> Benoit
>
> --
> :wq
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://selenic.com/pipermail/mercurial-devel/attachments/20100713/5dc659fd/attachment.htm>


More information about the Mercurial-devel mailing list