DifferentialChangesetView

This commit is contained in:
epriestley
2011-01-24 15:52:35 -08:00
parent e85ecd03de
commit a3df19976f
13 changed files with 1613 additions and 4 deletions

View File

@@ -77,7 +77,8 @@ class AphrontDefaultApplicationConfiguration
'/api/(?<method>[^/]+)$' => 'PhabricatorConduitAPIController',
'/differential/' => array(
'diff/(?<id>\d+)/$' => 'DifferentialDiffViewController',
'diff/(?<id>\d+)/$' => 'DifferentialDiffViewController',
'changeset/(?<id>\d+)/$' => 'DifferentialChangesetViewController',
),
'.*' => 'AphrontDefaultApplicationController',