/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: Breezy landing bot
  • Author(s): Martin
  • Date: 2018-11-17 17:26:21 UTC
  • mfrom: (7183.3.1 lint_E71)
  • Revision ID: breezy.the.bot@gmail.com-20181117172621-uebb7md0dtdn5d9e
Fix E71* lint errors

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

Merged from https://code.launchpad.net/~gz/brz/lint_E71/+merge/358946

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