-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
I know, that Git plugin supports Phabricator as Repository browser since 2013. Maybe same option can be added here?
I know, that Git plugin supports Phabricator as Repository browser since 2013. Maybe same option can be added here?
To assist with the development of this, here is the pattern:
$baseURL/r$repoCode$commitNumber
$repoCode is a one character code defined for the repository. It has the letter "r" before it. Really, it could all be part of the baseURL like this (where 'C' is the repository code) :
baseURL = https://phabricator.acme.com/rC
and then we just stick the commit number at the end.