Page MenuHomePhabricator

D21299.diff
No OneTemporary

D21299.diff

diff --git a/src/workflow/ArcanistDiffWorkflow.php b/src/workflow/ArcanistDiffWorkflow.php
--- a/src/workflow/ArcanistDiffWorkflow.php
+++ b/src/workflow/ArcanistDiffWorkflow.php
@@ -16,7 +16,6 @@
private $testResults;
private $diffID;
private $revisionID;
- private $haveUncommittedChanges = false;
private $diffPropertyFutures = array();
private $commitMessageFromRevision;
private $hitAutotargets;
@@ -1132,10 +1131,6 @@
return false;
}
- if ($this->haveUncommittedChanges) {
- return false;
- }
-
if ($this->getArgument('no-amend')) {
return false;
}

File Metadata

Mime Type
text/plain
Expires
Wed, Apr 2, 1:20 AM (2 d, 17 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7383074
Default Alt Text
D21299.diff (617 B)

Event Timeline