~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: Aaron Bentley
  • Date: 2008-03-03 11:53:47 UTC
  • mto: This revision was merged to the branch mainline in revision 3251.
  • Revision ID: aaron@aaronbentley.com-20080303115347-sdp9qnx1a6z80x43
Add write lock

Show diffs side-by-side

added added

removed removed

Lines of Context:
1978
1978
    def _make_tags(self):
1979
1979
        return BasicTags(self)
1980
1980
 
 
1981
    @needs_write_lock
1981
1982
    def generate_revision_history(self, revision_id, last_rev=None,
1982
1983
                                  other_branch=None):
1983
1984
        """See Branch5.generate_revision_history"""