/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

Most of the integration of dirstate and subtree

Show diffs side-by-side

added added

removed removed

Lines of Context:
677
677
 
678
678
    _fmt = "A write attempt was made in a read only transaction on %(obj)s"
679
679
 
 
680
    # TODO: There should also be an error indicating that you need a write
 
681
    # lock and don't have any lock at all... mbp 20070226
 
682
 
680
683
    def __init__(self, obj):
681
684
        self.obj = obj
682
685