mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 06:42: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:
parent
cbbd798e48
commit
752ef65020
1 changed files with 1 additions and 1 deletions
|
@ -482,7 +482,7 @@ EODIFF;
|
|||
return null;
|
||||
}
|
||||
|
||||
public function supportsRelativeCommits() {
|
||||
public function supportsRelativeLocalCommits() {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue