Page MenuHomePhabricator

D13807.diff
No OneTemporary

D13807.diff

diff --git a/src/workflow/ArcanistBackoutWorkflow.php b/src/workflow/ArcanistBackoutWorkflow.php
--- a/src/workflow/ArcanistBackoutWorkflow.php
+++ b/src/workflow/ArcanistBackoutWorkflow.php
@@ -161,8 +161,8 @@
$commit_hash = $commit['identifier'];
// Convert commit hash from SVN to Git/HG (for FB case)
if ($is_git_svn || $is_hg_svn) {
- $commit_hash = $repository_api->
- getHashFromFromSVNRevisionNumber($commit_hash);
+ $commit_hash = $repository_api
+ ->getHashFromFromSVNRevisionNumber($commit_hash);
}
} else {
// Assume input is a commit hash

File Metadata

Mime Type
text/plain
Expires
Fri, Oct 11, 7:24 PM (22 h, 1 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6695552
Default Alt Text
D13807.diff (625 B)

Event Timeline