Page MenuHomePhabricator

D8512.diff
No OneTemporary

D8512.diff

diff --git a/src/workflow/ArcanistPatchWorkflow.php b/src/workflow/ArcanistPatchWorkflow.php
--- a/src/workflow/ArcanistPatchWorkflow.php
+++ b/src/workflow/ArcanistPatchWorkflow.php
@@ -320,12 +320,12 @@
echo "Updating to the revision's base commit\n";
$repository_api->execPassthru(
'update %s',
- $base_revision);
+ hgsprintf('%s', $base_revision));
}
$repository_api->execxLocal(
'bookmark %s',
- $branch_name);
+ hgsprintf('%s', $branch_name));
echo phutil_console_format(
"Created and checked out bookmark %s.\n",

File Metadata

Mime Type
text/plain
Expires
Sat, May 18, 4:42 AM (4 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6275600
Default Alt Text
D8512.diff (625 B)

Event Timeline