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

  • Committer: Martin
  • Date: 2018-11-17 16:53:10 UTC
  • mto: This revision was merged to the branch mainline in revision 7186.
  • Revision ID: gzlist@googlemail.com-20181117165310-iti8yu4xba2d7p3j
Fix E71* lint errors

Mostly moving nots around and a few equality to idenity check changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
            ie.revision = ptree.get_file_revision(ppath)
139
139
            break
140
140
        parent_key = (file_id, ptree.get_file_revision(ppath))
141
 
        if not parent_key in parent_keys:
 
141
        if parent_key not in parent_keys:
142
142
            parent_keys.append(parent_key)
143
143
    if ie.revision is None:
144
144
        # Need to store a new revision