/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 breezy/multiwalker.py

  • Committer: Jelmer Vernooij
  • Date: 2019-06-02 18:43:25 UTC
  • mto: This revision was merged to the branch mainline in revision 7314.
  • Revision ID: jelmer@jelmer.uk-20190602184325-lmg1npnk5clompnr
Fix syntax.

Show diffs side-by-side

added added

removed removed

Lines of Context:
264
264
                    other_values.append(self._lookup_by_file_id(
265
265
                        alt_extra, alt_tree, file_id))
266
266
                yield other_path, file_id, None, other_values
267
 
 
268
 
 
269