90e7224ba9
- improve messaging and add instructions how to fix the patch - fix application of patch stack. Now base commit and order of patches should be correct - set origin to llvm-project fork to avoid accidental operations on origin - use annotations to make issues visible - create commits with original author of change - add patches we tried to apply to artifacts - patching / commits works locally if --push-branch=false is set - misc renames / wordings |
||
---|---|---|
.. | ||
.gitignore | ||
__init__.py | ||
apply_patch.py | ||
phabtalk.py | ||
README.md |
This folder contains Python scripts that talk to Phabricator.
They require a few libraries listed in requirements.txt
.
To install the requirements locally run pip3 install -r requirements.txt
.