Comment 1 for bug 279442

Revision history for this message
Andrew Bennetts (spiv) wrote : Re: bzr raises PathNotChild error on adding changes in subdirectories

I'd guess that /home/pooklekufr/bin/C and /home/pooklekufr/bin/lisp are separate branches. If so, bzr is working as intended, although the error should be clearer. e.g. "Cannot add to multiple checkouts in a single invocation"? At a minimum this case shouldn't trigger a traceback.

Alternatively, "bzr add" could allow this, i.e. allow you to modify multiple working trees at once. That feels a bit risky to me, but perhaps it's reasonable.