sapling/eden/scm/ghstack/README.md
Michael Bolin bf01b0106b update README
Summary:
s/Git-on-Hg/Sapling/

Created from CodeHub with https://fburl.com/edit-in-codehub

Reviewed By: muirdm

Differential Revision: D40365422

fbshipit-source-id: f546d6d623e7180bdf785187d44e0316ad012328
2022-10-13 23:30:33 -07:00

456 B

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__