~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/mutabletree.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
375
375
        This is designed more towards DWIM for humans than API clarity.
376
376
        For the specific behaviour see the help for cmd_add().
377
377
 
 
378
        :param file_list: List of zero or more paths.  *NB: these are 
 
379
            interpreted relative to the process cwd, not relative to the 
 
380
            tree.*  (Add and most other tree methods use tree-relative
 
381
            paths.)
378
382
        :param action: A reporter to be called with the inventory, parent_ie,
379
383
            path and kind of the path being added. It may return a file_id if
380
384
            a specific one should be used.