mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-25 16:22:43 +01:00
Fix the direction of the commit/revision edge
Summary: Ref T13276. This edge is pointed the wrong way. Point it the right way. Test Plan: Will verify production works better. Reviewers: amckinley Reviewed By: amckinley Maniphest Tasks: T13276 Differential Revision: https://secure.phabricator.com/D20490
This commit is contained in:
parent
aba7d1406a
commit
5dc4e76eb9
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ final class DiffusionUpdateObjectAfterCommitWorker
|
||||||
$xactions[] = $this->newEdgeTransaction(
|
$xactions[] = $this->newEdgeTransaction(
|
||||||
$revision,
|
$revision,
|
||||||
$commit,
|
$commit,
|
||||||
DiffusionCommitHasRevisionEdgeType::EDGECONST);
|
DifferentialRevisionHasCommitEdgeType::EDGECONST);
|
||||||
|
|
||||||
$match_data = $this->getUpdateProperty('revisionMatchData');
|
$match_data = $this->getUpdateProperty('revisionMatchData');
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue