Part of bzrlib.filters View In Hierarchy
| Method | __init__ | Create a context. |
| Method | relpath | Relative path of file to tree-root. |
| Method | source_tree | Source Tree object. |
| Method | file_id | File-id of file. |
| Method | revision_id | Id of revision that last changed this file. |
| Method | revision | Revision this variation of the file was introduced in. |
| Method | config | The Config object to search for configuration settings. |
| Parameters | relpath | the relative path or None if this context doesn't support that information. |
| tree | the Tree providing this file or None if this context doesn't support that information. | |
| entry | the InventoryEntry object if it is already known or None if it should be derived if possible |