Skip to content

Instantly share code, notes, and snippets.

@dch
Created November 26, 2024 09:03
Show Gist options
  • Save dch/f8f621ae635dbed6f14d47f220254723 to your computer and use it in GitHub Desktop.
Save dch/f8f621ae635dbed6f14d47f220254723 to your computer and use it in GitHub Desktop.
arcanist
--- 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.'));
}
}
@dch
Copy link
Author

dch commented Nov 26, 2024

cd /usr/local/lib/php/arcanist/src/workflow
do the patch things

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment