Page MenuHomePhabricator

Detect and show related revisions in code review
Closed, ResolvedPublic

Description

It would be very helpful for revisions which mention each other, or common bug numbers, in their commit messages, to display links to one another on their close-up pages.

For instance:

http://www.mediawiki.org/wiki/Special:Code/MediaWiki/47827
refers to https://bugzilla.wikimedia.org/show_bug.cgi?id=17673

as does a later follow-up fix:
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/48629

In this case the follow-up doesn't mention the original revision by number, but frequently this will happen too.

There's an as-yet-unused code_relations table meant to store such follow-up relationships, but this might not be sufficient for the needs we're seeing based on usage (eg common bug references).


Version: unspecified
Severity: enhancement
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/47827

Details

Reference
bz18149

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:36 PM
bzimport set Reference to bz18149.

Tables is in use now. Bug-based relations not done yet.

Maybe a code_bugs tables is in order...

Done by r49141. Needs svnImport MediaWiki 0 of course.