Page MenuHomePhabricator

What diffusion URL incantation can I use to view an arbitrary ref, given its name?
OpenPublic

Asked by yelirekim on Aug 19 2016, 5:01 PM.

Details

Eg, I would like to show someone refs/tags/integrator/plan/32 which is a garbage nonsense ref I made up all by myself and someone else is intently interested in my garbage.

Answers

epriestley
Updated 2,800 Days Ago

While it's a bit misleading, this probably works:

https://secure.phabricator.com/diffusion/P/browse/master/;refs/heads/stable

There's currently no formal UI for this since we didn't import refs at all until recently and use cases haven't arisen since then (T6878#167814 was the last discussion, I think).

This is likely easy to implement and mostly a UI/use-case balancing issue. Do you also want them listed in the main list view? My thinking is that they're probably almost never useful (e.g., way less useful/important than tags/branches), but having some way to browse them is maybe worthwhile.

yelirekim
Updated 2,800 Days Ago

We definitely don't want them listed out, unless "listed out somewhere" was like a special paginated place to go list thousands of refs, but even then I don't see a whole lot of use there.

New Answer