sapling
sapling copied to clipboard
A Scalable, User-Friendly Source Control System.
If I use `sl histedit` and choose to for instance edit a single commit in a stack, sl will pause on every commit after `sl histedit --continue` instead of automatically...
I hadn't set the open files limit with ulimit before running an `sl` clone. After running the clone, I hit the open file limit issue that is mentioned in the...
add():xt
pr内容
``` $ sl @ 7d99579c2 20 minutes ago alive │ adding baz │ o 80b8a88cb 20 minutes ago alive │ adding bar │ o 92ac78e5b 20 minutes ago alive │...
Stack created with [Sapling] * __->__ #199 [sl] ci: add circleci integration for macOS build
Our codebase is powered by Git and hosted on GitHub. We use Heroku for hosting our service. The recommended way of interfacing/pushing code to Heroku is by adding a git...
When running `sl`, we get output like: ``` @ aa9a556dd 31 minutes ago emailuser │ my first commit with sapling ``` When `sl config ui.username` is ``` sl config ui.username...
I make a commit, then do `sl undo`. sl uncommits as expected, but also reverts the working directory to the previous state (discarding the changes that were in the commit...
I made a stack with 2 commits. I pulled from master, rebased against it, then made a change on the 2nd commit. When viewing ReviewStack on the 2nd PR, on...