Changeset 310:02d8894d5155
- Timestamp:
- 08/18/12 12:24:16 (12 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
diffdist.py
r193 r310 61 61 if oldData[i]!=newData[i]: numDiffs += 1 62 62 63 if numDiffs<= 3:63 if numDiffs<=4: 64 64 print "File %s is considered to be the same in both versions with %d changes" % \ 65 65 (path, numDiffs) 66 66 finalManifest.addFile(path, oldSize, oldSum) 67 67 copyOld = True 68 69 68 70 69 if not copyOld:
Note:
See TracChangeset
for help on using the changeset viewer.