sapling/eden/scm/ghstack
generatedunixname89002005307016 7c9dfd7fbc Add annotations to eden/scm/ghstack/logs.py
Reviewed By: muirdm, quark-zju

Differential Revision: D43943656

fbshipit-source-id: 61cbb662e5d60a7d4c4e7e85ff7035b6ccca7305
2023-03-10 15:27:06 -08:00
..
__init__.py rename ghstack.eden_shell to ghstack.sapling_shell 2022-10-26 16:53:42 -07:00
action.py chore: apply Black formatter to ghstack fork 2023-01-24 12:48:13 -08:00
cache.py chore: apply Black formatter to ghstack fork 2023-01-24 12:48:13 -08:00
checkout.py chore: apply Black formatter to ghstack fork 2023-01-24 12:48:13 -08:00
circleci.py chore: apply Black formatter to ghstack fork 2023-01-24 12:48:13 -08:00
config.py chore: apply Black formatter to ghstack fork 2023-01-24 12:48:13 -08:00
diff.py chore: apply Black formatter to ghstack fork 2023-01-24 12:48:13 -08:00
ghs_types.py chore: apply Black formatter to ghstack fork 2023-01-24 12:48:13 -08:00
git.py chore: apply Black formatter to ghstack fork 2023-01-24 12:48:13 -08:00
github_cli_endpoint.py chore: apply Black formatter to ghstack fork 2023-01-24 12:48:13 -08:00
github_gh_cli.py chore: apply Black formatter to ghstack fork 2023-01-24 12:48:13 -08:00
github_utils.py chore: apply Black formatter to ghstack fork 2023-01-24 12:48:13 -08:00
github.py chore: apply Black formatter to ghstack fork 2023-01-24 12:48:13 -08:00
land.py chore: apply Black formatter to ghstack fork 2023-01-24 12:48:13 -08:00
LICENSE ghstack: shuffle code out of pydeps 2022-10-13 09:59:21 -07:00
logs.py Add annotations to eden/scm/ghstack/logs.py 2023-03-10 15:27:06 -08:00
py.typed ghstack: shuffle code out of pydeps 2022-10-13 09:59:21 -07:00
query.py chore: apply Black formatter to ghstack fork 2023-01-24 12:48:13 -08:00
rage.py chore: apply Black formatter to ghstack fork 2023-01-24 12:48:13 -08:00
README.md update README 2022-10-13 23:30:33 -07:00
sapling_land.py chore: apply Black formatter to ghstack fork 2023-01-24 12:48:13 -08:00
sapling_shell.py chore: apply Black formatter to ghstack fork 2023-01-24 12:48:13 -08:00
shell.py chore: apply Black formatter to ghstack fork 2023-01-24 12:48:13 -08:00
stackheader.py chore: apply Black formatter to ghstack fork 2023-01-24 12:48:13 -08:00
submit.py chore: apply Black formatter to ghstack fork 2023-01-24 12:48:13 -08:00
unlink.py chore: apply Black formatter to ghstack fork 2023-01-24 12:48:13 -08:00

sapling-ghstack

This is a fork of https://github.com/ezyang/ghstack that includes changes to support Sapling.

Building and Running the Code

Unlike upstream ghstack, this does not rely on poetry or any third-party Python libraries (though it does require Python 3.8 or later whereas upstream works with Python 3.6+). By avoiding third-party deps, the code can be run directly via:

PYTHONPATH=path/to/ghstack python3 -m ghstack.__main__