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.
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.