sapling
sapling copied to clipboard
A Scalable, User-Friendly Source Control System.
Is it possible today to customize the PR description when submitting with `sl ghstack`? It would be really awesome to be able to customize the description with a template or...
from #183 the [installation instructions](https://sapling-scm.com/docs/introduction/installation/#windows) mention this command: `setx PATH "$env:PATH;C:\Program Files\Sapling" -m` but that breaks your path, see https://github.com/facebook/sapling/issues/183#issuecomment-1321219226
`sl help config` documents the Mercurial-like `[paths] :pushurl` syntax to override the push-only URL for a named remote. However, it doesn't appear to work - at least for Git repos....
I am trying Sapling 0.1.20221118-210929-cfbb68aa deb package on WSL 1 on Windows 11. When I tried to create a Sapling repository on DrvFs filesystem, it caused a error. ``` gony@mio:/mnt/c/Users/gony/Documents$...
When submitting multiple PRs from Sapling CLI, branches on GitHub are created in reverse order. Example: submitted three PRs and got: - https://github.com/sheremetyev/sapling-test-1/pull/1 has branch name "pr3" - https://github.com/sheremetyev/sapling-test-1/pull/3 has...
Unlike `git init` or `hg init`, `sl init --git DIR` results in an error if `DIR` already exists. This is even more puzzling as the directory argument is optional and...
Stack created with [Sapling] * __->__ #270 * #267 * #266 * #264 [docs] document super smartlog Summary: Being able to see PR status from the command line is my...
Stack created with [Sapling] * #270 * __->__ #267 * #266 * #264 [docs] syntax-highlighting for smartlogs This doesn't work in all cases (trying to come with with a regex...
Stack created with [Sapling] * #270 * #267 * __->__ #266 * #264 [docs] Regenerate command auto-docs Summary: I want to add syntax highlighting to the auto-generated docs, but they...
Stack created with [Sapling] * __->__ #269 * #267 * #266 * #264 [docs] make examples consistent Summary: both human understanding and syntax highlighting work better when the examples are...