1
0
Fork 0
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:
vrana 2012-11-29 17:41:21 -08:00
parent 2de879e613
commit b37b725f4f

View file

@ -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;