Page MenuHomePhabricator

D19299.id46183.diff
No OneTemporary

D19299.id46183.diff

diff --git a/src/workflow/ArcanistDiffWorkflow.php b/src/workflow/ArcanistDiffWorkflow.php
--- a/src/workflow/ArcanistDiffWorkflow.php
+++ b/src/workflow/ArcanistDiffWorkflow.php
@@ -966,22 +966,6 @@
throw new Exception(pht('Repository API is not supported.'));
}
- if (count($changes) > 250) {
- $message = pht(
- 'This diff has a very large number of changes (%s). Differential '.
- 'works best for changes which will receive detailed human review, '.
- 'and not as well for large automated changes or bulk checkins. '.
- 'See %s for information about reviewing big checkins. Continue anyway?',
- phutil_count($changes),
- 'https://secure.phabricator.com/book/phabricator/article/'.
- 'differential_large_changes/');
-
- if (!phutil_console_confirm($message)) {
- throw new ArcanistUsageException(
- pht('Aborted generation of gigantic diff.'));
- }
- }
-
$limit = 1024 * 1024 * 4;
foreach ($changes as $change) {
$size = 0;

File Metadata

Mime Type
text/plain
Expires
Sun, Feb 9, 11:43 AM (11 h, 37 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7107090
Default Alt Text
D19299.id46183.diff (1 KB)

Event Timeline