Enforce blame in Skip Past This Commit
Test Plan: # Set default view to non-blame. # Visit URL with '?view=blame'. # Click //Skip Past This Commit//. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D3494
This commit is contained in:
@@ -469,6 +469,7 @@ final class DiffusionBrowseFileController extends DiffusionController {
|
||||
'action' => 'browse',
|
||||
'line' => $line['line'],
|
||||
'stable' => true,
|
||||
'params' => array('view' => 'blame'),
|
||||
));
|
||||
|
||||
$blame = array();
|
||||
|
||||
Reference in New Issue
Block a user