8d390ff370
Now report is constructed by adding more data from several stages and represents internal structure rather what API expects. + Made all function that don't interact with phabricator free standing + Now links list all files in results directory + Status icons Example comment: https://reviews.llvm.org/D71197#1779176 (links don't work). |
||
---|---|---|
.. | ||
.gitignore | ||
apply_patch.py | ||
phabtalk.py | ||
README.md | ||
requirements.txt |
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
.