sapling icon indicating copy to clipboard operation
sapling copied to clipboard

A Scalable, User-Friendly Source Control System.

Results 352 sapling issues
Sort by recently updated
recently updated
newest added

Ex Facebooker here. I'm extremely excited to see this tool and would love to introduce it to my current tech stack which uses git, arc and Phabricator. Since sapling supports...

following the tutorial here: https://sapling-scm.com/docs/introduction/getting-started my guess is that my system's python doesn't work with sl? ``` $ sl pr ** Sapling SCM (version 0.1.20221118-210929-cfbb68aa) has crashed: Traceback (most recent...

I get this when compiling: ``` error[E0658]: use of unstable library feature 'nonzero_ops' --> lib/repolock/src/lib.rs:147:41 | 147 | store_lock.1 = store_lock.1.checked_add(1).unwrap(); | ^^^^^^^^^^^ | = note: see issue #84186 for...

build

I accidentally ran `sl push --to remote/master` not realizing that I needed to omit the `remote/` portion of the bookmark, which created a new branch called `remote/master` on my remote...

It seems like running `sl pr submit` always updates the PR title and description. Is there a way to disable this behavior so it doesn't overwrite the title and description...

enhancement
pr
feature-request

Using `sl pr` and the GitHub UI, is it actually possible to land patches in a different order than they were submitted? Let's imagine the following: ```sh echo > foo...

ux

Yesterday I was playing around with sapling with a large existing git(hub) repo. The biggest pain point I had was that there are dozens of scripts in the repo written...

question
documentation

As part of trying to pull non-default branches/bookmarks from a remote Git repo (related to #209), I tried to figure out how to coerce the `remotenames` extension to do what...

documentation

Using `ghstack land` crashes after merging a ghstack-generated PR: ```sh sl clone $SCRATCH_URL cd $( basename $SCRATCH_URL ) date > foo && sl add foo && sl commit -m foo...

I'm trying to install sapling on an AWS host. But it only has `yum`, not `apt`. Can we provide more options for installation, for example anaconda?

linux
packaging