1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-21 22:32:41 +01:00

Fix supportsRelativeLocalCommits() misspelling

Summary: I renamed this at some point but missed a callsite. See T519.

Test Plan: Ran "arc patch" in an SVN working copy.

Reviewers: Girish, jungejason

Reviewed By: Girish

CC: aran, Girish

Differential Revision: 959
This commit is contained in:
epriestley 2011-09-25 16:48:18 -07:00
parent cbbd798e48
commit 752ef65020

View file

@ -482,7 +482,7 @@ EODIFF;
return null;
}
public function supportsRelativeCommits() {
public function supportsRelativeLocalCommits() {
return false;
}