mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 14:52:41 +01:00
Use Git SVN revision in save_lint.php
Test Plan: Will run it. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4055
This commit is contained in:
parent
2de879e613
commit
b37b725f4f
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ final class DiffusionLintSaveRunner {
|
|||
|
||||
$this->runArcLint($files);
|
||||
$this->saveLintMessages();
|
||||
$this->branch->setLintCommit($api->getWorkingCopyRevision());
|
||||
$this->branch->setLintCommit($api->getUnderlyingWorkingCopyRevision());
|
||||
$this->branch->save();
|
||||
|
||||
return $count;
|
||||
|
|
Loading…
Reference in a new issue