/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

Fix pull from remote branches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
180
180
class TemporaryPackIterator(Pack):
181
181
 
182
182
    def __init__(self, path, resolve_ext_ref):
 
183
        super(TemporaryPackIterator, self).__init__(path)
183
184
        self.resolve_ext_ref = resolve_ext_ref
184
 
        super(TemporaryPackIterator, self).__init__(path)
185
185
 
186
186
    @property
187
187
    def idx(self):