Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15410141
D13807.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
625 B
Referenced Files
None
Subscribers
None
D13807.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 20, 6:50 AM (5 d, 12 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7578408
Default Alt Text
D13807.diff (625 B)
Attached To
Mode
D13807: Minor linter fix
Attached
Detach File
Event Timeline
Log In to Comment