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

Hi, How are we meant to install the CLI on Ubuntu > 22.04? I tried the 'download with curl' method (from the [instructions](https://sapling-scm.com/docs/introduction/installation/#linux)) but this is failing at installation time....

I'd like a way to flag a commit as belonging to its nearest *ancestor's* pull-request (as opposed to the nearest *descendent's*), that would enable workflows like: ``` // make changes...

**Environment**: - Sapling version: 4.4.2_20241101_093715_e98fb5c760a9 - Repository type: Mercurial - Reproducible with: both `sl pull` and `sl pull --rebase` ### Problem Description When attempting to pull changes while both: 1....

I must be slow, but only after 6 months of using Sapling I learned about `sl ssl` command; I assumed it only works with Meta Phabricator, but turns out if...

After reading the documentation I am not sure if this exists, so just asking Suppose you have a local commit that you want to submit to github via `sl pr...

Create the necessary buck config. Most of the config is adapted from folly's external configuration. ## Test This diff enables the following command to run: ``` ~/oss/sapling$ buck2 targets eden/fs/service:...

CLA Signed

Not sure if y'all're aware, but as a git-compatible version control system with heavy emphasis on stacked diffs, this seems relevant to Sapling's goals :) https://lore.kernel.org/git/CAESOdVAspxUJKGAA58i0tvks4ZOfoGf1Aa5gPr0FXzdcywqUUw@mail.gmail.com/T/#u (I have no specific...

Hi, I am reading through the docs, but I cannot find a mention on how Sapling PRs integrates with CI/CD systems. Let's take for example github actions - as the...

Occasionally, once every few days, command fail like this, and on retry the command is successful like nothing happens. ``` $ sl pull --rebase pulling from ssh://[email protected]/xxx/yyy.git remote: Enumerating objects:...