Part of bzrlib.transactions View In Hierarchy
A pass through transaction
| Method | finish | Clean up this transaction. |
| Method | __init__ | Undocumented |
| Method | register_clean | Register an_object as being clean. |
| Method | register_dirty | Register an_object as being dirty. |
| Method | set_cache_size | Do nothing, we are passing through. |
| Method | writeable | Pass through transactions allow writes. |
Note that precious is only a hint, and PassThroughTransaction ignores it.