~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/mutabletree.py

  • Committer: Martin Pool
  • Date: 2010-07-21 09:58:42 UTC
  • mfrom: (4797.58.7 2.1)
  • mto: (5050.3.13 2.2)
  • mto: This revision was merged to the branch mainline in revision 5365.
  • Revision ID: mbp@canonical.com-20100721095842-hz0obu8gl0x05nty
merge up 2.1 to 2.2

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.