mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 08:52:39 +01:00
Remove a parameter
Summary: D7271 added this line but the signature of function ArcanistWorkingCopyIdentity::newFromRootAndConfigFile(...) was never changed. I have no idea why it was added here and it's causing failures in facebook. I am just removing it now. Test Plan: No idea how to test Reviewers: wez, lifeihuang, JoelB, #blessed_reviewers, epriestley Reviewed By: epriestley CC: Korvin, epriestley, aran Differential Revision: https://secure.phabricator.com/D8432
This commit is contained in:
parent
133d289ad1
commit
18251a1bd8
1 changed files with 0 additions and 1 deletions
|
@ -173,7 +173,6 @@ EOTEXT
|
||||||
|
|
||||||
$working_copy = ArcanistWorkingCopyIdentity::newFromRootAndConfigFile(
|
$working_copy = ArcanistWorkingCopyIdentity::newFromRootAndConfigFile(
|
||||||
$project_root,
|
$project_root,
|
||||||
$this->getConfigurationManager(),
|
|
||||||
$config,
|
$config,
|
||||||
$config_file." (svnlook: {$transaction} {$repository})");
|
$config_file." (svnlook: {$transaction} {$repository})");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue