Continue reducing callers to getCallsign()

Summary: Ref T4245. More of the same, just narrowing down the easy cases.

Test Plan:
- Called `diffusion.querycommit`.
- Browsed branches.
- Browsed repository.
- Browsed directory.
- Searched for stuff.
- Viewed a commit.
- Viewed a file diff.
- Edited a commit.
- Viewed history.
- Viewed tags.
- Viewed push log.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T4245

Differential Revision: https://secure.phabricator.com/D14929
This commit is contained in:
epriestley
2016-01-02 11:28:31 -08:00
parent 9d84eb4c74
commit 35e7a1f3c0
23 changed files with 54 additions and 74 deletions

View File

@@ -109,7 +109,7 @@ final class DiffusionExternalController extends DiffusionController {
array(
'href' => $href,
),
'r'.$repo->getCallsign().$commit->getCommitIdentifier()),
$commit->getMonogram()),
$commit->loadCommitData()->getSummary(),
);
}