Skip to content

Commit eaf7aed

Browse files
author
vrana
committedSep 14, 2012
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
1 parent a430d0f commit eaf7aed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/applications/diffusion/controller/DiffusionBrowseFileController.php

+1
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,7 @@ private function buildDisplayRows(
469469
'action' => 'browse',
470470
'line' => $line['line'],
471471
'stable' => true,
472+
'params' => array('view' => 'blame'),
472473
));
473474

474475
$blame = array();

0 commit comments

Comments
 (0)
Failed to load comments.