jujutsu: Modify configuration and usage to fit the latest version

This commit is contained in:
ulic-youthlic 2025-07-13 06:04:55 +08:00
parent 89aa928419
commit 68eb8df9c8
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721
2 changed files with 3 additions and 3 deletions

View file

@ -51,7 +51,7 @@ push:
jj git fetch --all-remotes
rebase revision="dev":
jj rebase -b 'all:heads(all()) & ~signed() &~@' -d {{ revision }}
jj rebase -b 'heads(all()) & ~signed() &~@' -d {{ revision }}
alias s := switch
alias u := update

View file

@ -47,8 +47,8 @@ in {
auto-track = "true";
max-new-file-size = 0;
};
core = {
fsmonitor = "watchman";
fsmonitor = {
backend = "watchman";
watchman.register-snapshot-trigger = true;
};
user = {