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

Fix fetching over HTTP. We really need tests for this...

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
        super(TransportObjectStore, self).__init__()
103
103
        self.transport = transport
104
104
        self.pack_transport = self.transport.clone(PACKDIR)
 
105
    
 
106
    def _pack_cache_stale(self):
 
107
        return False # FIXME
105
108
 
106
109
    def _load_packs(self):
107
110
        ret = []