Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14035863
D7354.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D7354.id.diff
View Options
Index: src/workflow/ArcanistSetConfigWorkflow.php
===================================================================
--- src/workflow/ArcanistSetConfigWorkflow.php
+++ src/workflow/ArcanistSetConfigWorkflow.php
@@ -144,7 +144,7 @@
echo phutil_console_format(" Example: %s\n", $example);
}
if (strlen($value)) {
- echo phutil_console_format(" User Setting: %s\n", $value);
+ echo phutil_console_format(" User Setting: %s\n", $value);
}
echo "\n";
echo phutil_console_wrap($help, 4);
Index: src/workflow/ArcanistShellCompleteWorkflow.php
===================================================================
--- src/workflow/ArcanistShellCompleteWorkflow.php
+++ src/workflow/ArcanistShellCompleteWorkflow.php
@@ -59,8 +59,8 @@
// if we aren't in a .arcconfig directory. We probably still can't do much,
// but commands can raise more detailed errors.
$working_copy = ArcanistWorkingCopyIdentity::newFromPath(getcwd());
+ $configuration_manager = $this->getConfigurationManager();
if ($working_copy->getProjectRoot()) {
- $configuration_manager = $this->getConfigurationManager();
$configuration_manager->setWorkingCopyIdentity($working_copy);
$repository_api = ArcanistRepositoryAPI::newAPIFromConfigurationManager(
$configuration_manager);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 11, 7:49 AM (2 d, 21 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6737528
Default Alt Text
D7354.id.diff (1 KB)
Attached To
Mode
D7354: Couple of fixes from refactor
Attached
Detach File
Event Timeline
Log In to Comment