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

use dfetch_refs, to prepare for dpush to remote repositories.

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
        interrepo = repository.InterRepository.get(source, self)
110
110
        return interrepo.dfetch(stop_revision)
111
111
 
 
112
    def dfetch_refs(self, source, stop_revision):
 
113
        interrepo = repository.InterRepository.get(source, self)
 
114
        return interrepo.dfetch_refs(stop_revision)
 
115
 
112
116
 
113
117
class LocalGitRepository(GitRepository):
114
118
    """Git repository on the file system."""