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

  • Committer: Jelmer Vernooij
  • Date: 2018-03-06 01:46:14 UTC
  • mfrom: (0.200.1819 work)
  • mto: (0.200.1820 work)
  • mto: This revision was merged to the branch mainline in revision 6960.
  • Revision ID: jelmer@jelmer.uk-20180306014614-w4yooagw6ufouzf4
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
273
273
        self.base = self.root_transport.base
274
274
        self._refs = None
275
275
 
 
276
    @property
 
277
    def _gitrepository_class(self):
 
278
        return RemoteGitRepository
 
279
 
276
280
    def fetch_pack(self, determine_wants, graph_walker, pack_data, progress=None):
277
281
        if progress is None:
278
282
            def progress(text):