/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/plugins/weave_fmt/workingtree.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:
234
234
                                text = False
235
235
                        except errors.NoSuchFile:
236
236
                            text = False
237
 
                        if text == False:
 
237
                        if text is False:
238
238
                            break
239
239
                ctype = {True: 'text conflict',
240
240
                         False: 'contents conflict'}[text]