Part of bzrlib.add View In Hierarchy
| Method | __init__ | Initialize an action which prints added files to an output stream. |
| Method | __call__ | Add path to inventory. |
| Method | _get_base_file_id | Look for a file id in the base branch. |
Inherited from AddAction:
| Method | skip_file | Test whether the given file should be skipped or not. |
| Parameters | to_file | The stream to write into. This is expected to take Unicode paths. If not supplied, it will default to sys.stdout. |
| should_print | If False, printing will be suppressed. |
The default action does nothing.
| Parameters | inv | The inventory we are working with. |
| path | The FastPath being added | |
| kind | The kind of the object being added. |