[PATCH] record: use in-memory patching for recording changes (fixes #3591)

Bryan O'Sullivan bos at serpentine.com
Mon Aug 27 16:56:12 CDT 2012


On Mon, Aug 27, 2012 at 12:29 PM, <michalsznajder at gmail.com> wrote:

> record: use in-memory patching for recording changes (fixes #3591)
>

Thanks for working on this!


> Notes on changes:
> - test-record.t passes without one small tests (when someone breaks patch
>   while editing it - i'll try to fix it later)
>

That would be good. There's also some whitespace at the ends of lines in
your patch.


> - patch.filestore(): do we want to get rid of it and do everything in
> memeory? how?
>

Continuing to use filestore seems fine for now.


> - repo.setparents(newrev): is this good way to update to given revison?
>

 No, use hg.update instead.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://selenic.com/pipermail/mercurial-devel/attachments/20120827/8c62b0ab/attachment.html>


More information about the Mercurial-devel mailing list