/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/git/workingtree.py

  • Committer: Jelmer Vernooij
  • Date: 2018-11-12 01:41:38 UTC
  • mto: (7143.16.20 even-more-cleanups)
  • mto: This revision was merged to the branch mainline in revision 7175.
  • Revision ID: jelmer@jelmer.uk-20181112014138-3b0zyx91cu3wdq3k
More PEP8 fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
828
828
                else:
829
829
                    ie = fk_entries[kind]()
830
830
                    yield (posixpath.relpath(path, from_dir), ("I" if
831
 
                           self.is_ignored(path) else "?"), kind, None, ie)
 
831
                                                               self.is_ignored(path) else "?"), kind, None, ie)
832
832
 
833
833
    def all_file_ids(self):
834
834
        with self.lock_read():