/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 cache.py

  • Committer: Max Bowsher
  • Date: 2011-01-25 23:37:28 UTC
  • mto: (0.200.1074 trunk)
  • mto: This revision was merged to the branch mainline in revision 6960.
  • Revision ID: maxb@f2s.com-20110125233728-ge68iskw0z7vh7v0
Make tests tolerant to bzr <= 2.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
        """
121
121
        raise NotImplementedError(self.lookup_tree_id)
122
122
 
 
123
    def lookup_commit(self, revid):
 
124
        """Retrieve a Git commit SHA by Bazaar revision id.
 
125
        """
 
126
        raise NotImplementedError(self.lookup_commit)
 
127
 
123
128
    def revids(self):
124
129
        """List the revision ids known."""
125
130
        raise NotImplementedError(self.revids)