Page MenuHomePhabricator

Crumbs on a page that shows options for an ambiguous commit identifier should link to the repository
Open, Needs TriagePublic

Description

When a commit URL could mean several different commits, Phabricator shows all the commits that fit the ambiguous identifier.

https://secure.phabricator.com/rPbd3c23

There are two commits this matches, rPbd3c2355e8 and rPbd3c239d5a.

Mostly fixed in T13001. Ambiguous commit URLs now show this:

Screen Shot 2017-12-05 at 11.27.46 AM.png (567×1 px, 72 KB)

TODO: The repository in the crumb is currently not a link, but should link to the repository that the commit belongs to. This likely involves adding another mode to the buildCrumbList method in DiffusionController.