Is there some way in launchpad to get a list of revisions that changed a specific file?
For instance, I'm looking a little deeper at this bug:
https://bugs.launchpad.net/inkscape/+bug/987962
and have just discovered that when it crashes, it always does so in
SPDesktop::set_display_area (part of desktop.cpp)
when it is called with: x0,y0,x1,y1,border = -146.429,154.286,896.429,885.714,0
The negative x0 seems to make Cairo unhappy, sometimes enough to crash the program. The natural next step would be to look at the revisions for desktop.cpp to see if one of these corresponds to the start of revisions that cause problems. But I do not see a way to do that, short of trudging through all of the revisions and checking the files in each. Is there an easier way?
Thank you,
David Mathog mathog@...1176... Manager, Sequence Analysis Facility, Biology Division, Caltech