Browse / git improvements.

This commit is contained in:
epriestley
2011-03-13 22:03:30 -07:00
parent 7963d7fa06
commit b5db12b6b2
21 changed files with 339 additions and 16 deletions

View File

@@ -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]+))?'.