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

Merge foreign branch utility code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
    def get_lines(self, key):
86
86
        return osutils.split_lines(self.repository.get_revision_xml(key))
87
87
 
 
88
    def keys(self):
 
89
        return [(revid,) for revid in self.repository.all_revision_ids()]
 
90
 
88
91
    # TODO: annotate, iter_lines_added_or_present_in_keys, keys
89
92
 
90
93