85
110
def _need_writelock(self):
86
111
raise BzrError("cannot get write lock on HTTP remote branch")
88
120
def get_revision(self, revision_id):
89
121
from revision import Revision
90
122
revf = get_url(self.baseurl + '/.bzr/revision-store/' + revision_id,