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

  • Committer: Jelmer Vernooij
  • Date: 2018-11-16 13:02:50 UTC
  • mto: This revision was merged to the branch mainline in revision 7178.
  • Revision ID: jelmer@jelmer.uk-20181116130250-wzj191jizriee3vn
Fix E225.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
        if line in index:
45
45
            index[line] = None
46
46
        else:
47
 
            index[line]= i
 
47
            index[line] = i
48
48
    # make btoa[i] = position of line i in a, unless
49
49
    # that line doesn't occur exactly once in both,
50
50
    # in which case it's set to None