Created
November 26, 2024 09:03
-
-
Save dch/f8f621ae635dbed6f14d47f220254723 to your computer and use it in GitHub Desktop.
arcanist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- ArcanistPatchWorkflow.php.orig 2022-05-17 23:20:14.000000000 +0000 | |
+++ ArcanistPatchWorkflow.php 2024-11-26 09:01:01.137494000 +0000 | |
@@ -436,10 +436,7 @@ | |
echo phutil_console_format( | |
"<bg:blue>** %s **</bg> %s\n", | |
pht('INFO'), | |
- pht('Base commit is not in local repository; trying to fetch.')); | |
- $repository_api->execManualLocal('fetch --quiet --all'); | |
- $has_base_revision = $repository_api->hasLocalCommit( | |
- $bundle->getBaseRevision()); | |
+ pht('Base commit is not in local repository.')); | |
} | |
} | |
Author
dch
commented
Nov 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment