Browse / git improvements.
This commit is contained in:
@@ -189,6 +189,11 @@ class AphrontDefaultApplicationConfiguration
|
||||
'$' => 'DiffusionHomeController',
|
||||
'(?P<callsign>[A-Z]+)/' => array(
|
||||
'$' => 'DiffusionRepositoryController',
|
||||
'change/'.
|
||||
'(?P<path>.*?)'.
|
||||
'(?:[;](?P<commit>[a-z0-9]+))?'.
|
||||
'$'
|
||||
=> 'DiffusionChangeController',
|
||||
'history/'.
|
||||
'(?P<path>.*?)'.
|
||||
'(?:[;](?P<commit>[a-z0-9]+))?'.
|
||||
|
||||
Reference in New Issue
Block a user