Description

Minor bug: Moinmoin is a little overzealous about trying to match line differences and sometimes gets its knickers in a twist - the indicated URL says it all, at the second diff.

Example

URL: http://wiki.debian.org/ArmEabiProblems?action=diff&rev2=92&rev1=91

Component selection

Details

MoinMoin Version

1.5.3

OS and Version

Debian etch

Python Version

2.4.4

Server Setup

Server Details

Language you are using the wiki in (set in the browser/UserPreferences)

Workaround

Discussion

See `MoinMoin/util/diff_html.py:

        if charobj.ratio() < 0.5:
            # Insufficient similarity.
            ...

So one could experiment with some value > 0.5.

Plan


CategoryMoinMoinBug

MoinMoin: MoinMoinBugs/OverzealousLineDiffing (last edited 2008-01-13 19:07:49 by ThomasWaldmann)