sapling/eden/scm/ghstack
generatedunixname89002005307016 6af7a9a5e3 upgrade pyre version in fbcode/eden - batch 1
Differential Revision: D44490624

fbshipit-source-id: 7708232daa5e0c905a330f2fe0176fc1f7dd7bc0
2023-03-28 23:22:23 -07: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 upgrade pyre version in fbcode/eden - batch 1 2023-03-28 23:22:23 -07: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 upgrade pyre version in fbcode/eden - batch 1 2023-03-28 23:22:23 -07: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__