~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/mutabletree.py

doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
358
358
        This is designed more towards DWIM for humans than API clarity.
359
359
        For the specific behaviour see the help for cmd_add().
360
360
 
 
361
        :param file_list: List of zero or more paths.  *NB: these are 
 
362
            interpreted relative to the process cwd, not relative to the 
 
363
            tree.*  (Add and most other tree methods use tree-relative
 
364
            paths.)
361
365
        :param action: A reporter to be called with the inventory, parent_ie,
362
366
            path and kind of the path being added. It may return a file_id if
363
367
            a specific one should be used.