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
20
22
from trace import mutter, note
25
27
This is designed more towards DWIM for humans than API simplicity.
26
28
For the specific behaviour see the help for cmd_add().
33
31
assert not isinstance(file_list, basestring)
34
32
b = bzrlib.branch.Branch(file_list[0], find_root=True)
35
33
inv = b.read_working_inventory()