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

We have a workflow where to prune resources in Kubernetes, we need to create an empty git commit with a specific message. It doesn't look like there's any way to...

**Description** I'm trying to build Sapling with debug symbols for GDB debugging, but the symbols don't seem to be included in the final binary. Here's what I've tried: **Repro Steps**:...

If you have a stack of diffs, the lines changed badge currently shows total lines changed in entire stack when in reality it should probably just show lines changed in...

I tried the following to mark my current commit as `secret` which I understand to mean that it won't be pushed to GitHub (my remote) as a PR: ``` $...

question

I made the mistake of sending a massive number of pull requests to the neovim repository, thinking that `sl pr submit --stack` would use my fork. I then read through...

Steps to reproduce: 1. Make a stack of two commit messages _with a single-line body_ 2. run `sl pr s` Expected: Formatting should look normal Actual: First line of body...

After cloning a git repository (hosted on GitHub) either with `sl clone git@...` or `git clone git@...`, running `sl log -r 'remote()'` errors out with, ``` remote: Invalid command: hg...

bug

Summary: X-link: https://github.com/facebook/CacheLib/pull/386 X-link: https://github.com/facebook/fb303/pull/67 fbthrift has moved compact/binary protocol instantiation outside _types.cpp (to _types_compact.cpp and _types_binary.cpp). We need to add these two files to the build system. Differential Revision:...

CLA Signed

Simple explanation: I currently have a few open PRs. I update all my PRs using `sl rebase -r 'draft()' -d remote/main`. But how do I update the PRs? Want: `sl...

feature-request

Hey guys, sl has `--force`, but it doesn't have `--force-with-lease`. It'd be great to have that as a flag for sl push. thanks!! client version: `Sapling 0.2.20230228-144002` git-push help: [git-push](https://git-scm.com/docs/git-push)...

feature-request