/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

Update versionedfiles.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
        raise NotImplementedError(self.add_mpdiffs)
36
36
 
37
37
    def get_record_stream(self, keys, ordering, include_delta_closure):
 
38
        # TODO: there may be valid text revisions that only exist as 
 
39
        # ghosts in the repository itself. This function will 
 
40
        # not be able to report them.
38
41
        # TODO: Sort keys by file id and issue just one get_file_revs() call 
39
42
        # per file-id ?
40
43
        for (fileid, revid) in list(keys):