Activity log for bug #79336

Date Who What changed Old value New value Message
2007-01-15 01:45:08 Jelmer Vernooij bug added bug
2007-01-16 11:54:59 Jelmer Vernooij bzr-svn: assignee jelmer
2007-01-16 11:54:59 Jelmer Vernooij bzr-svn: statusexplanation
2007-03-22 21:33:04 Jelmer Vernooij title smart_add() relies on private function WorkingTree._write_inventory() WorkingTree._write_inventory() should be public
2007-03-22 22:40:32 Robert Collins description affects /products/bzr-svn status confirmed importance medium affects /products/bzr Smart add for bzr-svn working trees is broken at the moment because it uses WorkingTree._write_inventory(), which is private. WorkingTree.smart_add() should be generic and have an overridden implementation on formats that have _write_inventory() or _write_inventory() should be made public. -- Jelmer Vernooij <jelmer@samba.org> - http://samba.org/~jelmer/ Smart add for bzr-svn working trees is broken at the moment because it uses WorkingTree._write_inventory(), which is private (to bzrlib), WorkingTree.smart_add() should be generic and have an overridden implementation on formats that have _write_inventory(). _write_inventory should not be exposed to arbitrary library users; it has significant performance implications.
2007-03-22 22:40:32 Robert Collins title WorkingTree._write_inventory() should be public smart add should not require a full inventory write.
2007-07-12 12:39:10 Jelmer Vernooij bzr: status New Fix Released
2007-07-12 12:39:12 Jelmer Vernooij bzr-svn: status Confirmed Fix Committed
2007-08-04 18:57:07 Jelmer Vernooij bzr-svn: status Fix Committed Fix Released