Comment 4 for bug 141456

Revision history for this message
Martin Pool (mbp) wrote : Re: [Bug 141456] Re: merging of branches with nested trees fails when commiting

In general the idea is that write groups don't automatically nest, but
rather the caller is clear about when they're starting and stopping.
If you want to change that, you should probably talk to Robert about
it on the list.

I would probably approach this case by looking whether there's an
appropriate lower-level api for committing a subtree, or maybe
splitting commit to introduce such an api.