You can use "bzr log <filename>" to find the commits that touched a particular file, so...
bzr log src/desktop.cpp
If you want to use the web interface, just navigate to the file in question[1] and then click "view changes to this file" at the top of the page.
[1] http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/view/head:/src/desk...
On 9 May 2012 22:38, mathog <mathog@...1176...> wrote:
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
Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel