Re: [PATCH] completing the data flow of tmp text base paths in commit

2010-03-30 Thread Julian Foad
On Mon, 2010-03-29, Greg Stein wrote: > On Mon, Mar 29, 2010 at 13:10, Julian Foad wrote: > > The attached patch is an attempt to close the gap between "transmit text > > deltas" and commit post-processing, by passing the temporary new text > > base file paths around. It succeeds in that, at leas

Re: [PATCH] completing the data flow of tmp text base paths in commit

2010-03-29 Thread Greg Stein
On Mon, Mar 29, 2010 at 13:10, Julian Foad wrote: > The attached patch is an attempt to close the gap between "transmit text > deltas" and commit post-processing, by passing the temporary new text > base file paths around.  It succeeds in that, at least it looks right > and passes the test suite.

[PATCH] completing the data flow of tmp text base paths in commit

2010-03-29 Thread Julian Foad
The attached patch is an attempt to close the gap between "transmit text deltas" and commit post-processing, by passing the temporary new text base file paths around. It succeeds in that, at least it looks right and passes the test suite. The part of this patch that I haven't finished is with bac