~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/mutabletree.py

  • Committer: Martin Pool
  • Date: 2010-07-16 13:06:33 UTC
  • mfrom: (4634.157.8 192859-2.0-symlinks)
  • mto: This revision was merged to the branch mainline in revision 5351.
  • Revision ID: mbp@canonical.com-20100716130633-2kfmbbo8f4om85n4
merge fix for bug 128562 back to trunk

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.