Comment 0 for bug 79336

Revision history for this message
Jelmer Vernooij (jelmer) wrote : smart_add() relies on private function WorkingTree._write_inventory()

  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 <email address hidden> - http://samba.org/~jelmer/