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

It references `.hgrc` in several places and seems to be entirely inaccurate based on my reading of the README, at least.

documentation

If `sl rebase` is just for moving commits, how about renaming the command to `sl move`?

Hi. The installation instructions at https://sapling-scm.com/docs/introduction/installation don't talk about updates, presumably having to download new binaries every time there is a release. Are there any plans to address this? For...

packaging

Version: `Sapling 0.1.20221118-210929-cfbb68aa` Steps: ```sh sl init --git sl-test cd sl-test touch a sl add a sl commit ``` Running `sl` shows: `abort: could not read paths.default` Running `sl sm`...

#208 shows `VERSION-%Y%m%d-%H%M%S-HASH` but actually [tag-name.sh](https://github.com/facebook/sapling/blob/main/ci/tag-name.sh) is `VERSION.%Y%m%d-%H%M%S-HASH` outputting. Which is correct?

On RHEL 9 (which uses rust 1.62.1) I have this build failure: ``` Compiling repolock v0.1.0 (/builddir/build/BUILD/sapling-0.1.20221118-210929-cfbb68aa/eden/scm/lib/repolock) error[E0632]: cannot provide explicit generic arguments when `impl Trait` is used in argument...

build

The readme for mononoke mentions you currently use sqlite. mvsqlite is a distributed externally consistent rdms based on sqlite and FoundationDB. It would be cool to see if these two...

Even when the repo that's been ```sl cloned``` is actually a github repo, it incorrectly displays the below message when ```gh auth setup-git [-h hostname]``` has not been run yet....

isl

I wanted to land a PR on a GitHub repo that I had opened with ghstack. ``` $ sl ghstack land https://github.com/myorg/myrepo/pull/299 ** Sapling SCM (version 0.1.20221201-095354-r360873f1) has crashed: Traceback...