Comment 0 for bug 109114

Revision history for this message
Martin Pool (mbp) wrote : commit holds whole files in memory

Bazaar reads each source file completely into memory when committing, which means files that are comparable in size to the machine's vm can't be committed. This currently gives a MemoryError.