~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/smart/branch.py

  • Committer: Andrew Bennetts
  • Date: 2009-07-23 23:47:35 UTC
  • mto: This revision was merged to the branch mainline in revision 4573.
  • Revision ID: andrew.bennetts@canonical.com-20090723234735-34kzy6brk9ff0bpl
Add NEWS entry, docstring.

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
        self.locked = False
112
112
        
113
113
    def do_with_locked_branch(self, branch):
 
114
        """Call _set_tags_bytes for a branch.
 
115
 
 
116
        New in 1.18.
 
117
        """
114
118
        # We need to keep this branch locked until we get a body with the tags
115
119
        # bytes.
116
120
        self.branch = branch