You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sapling joins git and jj as a supported VCS mode. Set `vcs = "sl"` in
config to use `hunk diff` and `hunk show` with Sapling revsets. Repos
using `.sl` or `.hg` directories are auto-detected for repo-local
config. CI workflows install Sapling for test coverage.
Copy file name to clipboardExpand all lines: README.md
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,9 +65,9 @@ hunk show # review the latest commit
65
65
hunk show HEAD~1 # review an earlier commit
66
66
```
67
67
68
-
### Working with Jujutsu
68
+
### Working with Jujutsu and Sapling
69
69
70
-
Hunk auto-detects Jujutsu checkouts, so `hunk diff [revset]` and `hunk show [revset]` use jj revsets inside a jj workspace. To override VCS detection, set `vcs = "git"` or `vcs = "jj"` in [config](#config).
70
+
Hunk auto-detects Jujutsu and Sapling checkouts, so `hunk diff [revset]` and `hunk show [revset]` use native revsets inside jj or Sapling workspaces. To override VCS detection, set `vcs = "git"` or `vcs = "jj"` or `vcs = "sl"` in [config](#config).
0 commit comments