~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

[broken] some support for write operations over hpss

Show diffs side-by-side

added added

removed removed

Lines of Context:
285
285
 
286
286
    def revision_history(self):
287
287
        """Return sequence of revision hashes on to this branch."""
288
 
        raise NotImplementedError('revision_history is abstract')
 
288
        raise NotImplementedError(self.revision_history)
289
289
 
290
290
    def revno(self):
291
291
        """Return current revision number for this branch.