14
14
# along with this program; if not, write to the Free Software
15
15
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17
import types, os, sys, stat
22
20
from trace import mutter, note
27
25
This is designed more towards DWIM for humans than API simplicity.
28
26
For the specific behaviour see the help for cmd_add().
31
33
assert not isinstance(file_list, basestring)
32
34
b = bzrlib.branch.Branch(file_list[0], find_root=True)
33
35
inv = b.read_working_inventory()