1
0
Fork 0
llvm-premerge-checks/scripts/phabtalk
Mikhail Goncharov c082f1aa9b Organize scripts
Move all .py that are supposed to be run as __main__ under ./scripts
so there is no need to manipulate sys.path to import modules.

Runby cleanup
2020-10-02 14:18:22 +02:00
..
.gitignore posting text comments and test results to Phabricator works #14 2019-10-15 18:12:19 +02:00
__init__.py Add windows build 2020-06-03 13:40:22 +02:00
apply_patch.py Manualy specify commit to base patch 2020-02-03 14:21:57 +01:00
apply_patch2.py Include the Phabricator review ID in commit messages 2020-09-30 12:58:40 +02:00
phabtalk.py Organize scripts 2020-10-02 14:18:22 +02:00
README.md Attach diffs produced by git-clang-format as lint messages. 2019-12-11 08:55:38 +01:00

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.