/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/smart/branch.py

  • Committer: Andrew Bennetts
  • Date: 2009-07-27 04:32:56 UTC
  • mto: This revision was merged to the branch mainline in revision 4573.
  • Revision ID: andrew.bennetts@canonical.com-20090727043256-4d9xk23rox2yzvot
Add TODO comment.

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
        return SuccessfulSmartServerResponse(())
127
127
 
128
128
    def do_end(self):
 
129
        # TODO: this request shouldn't have to do this housekeeping manually.
 
130
        # Some of this logic probably belongs in a base class.
129
131
        if not self.locked:
130
132
            # We never acquired the branch successfully in the first place, so
131
133
            # there's nothing more to do.