jujutsu: Modify configuration and usage to fit the latest version
This commit is contained in:
parent
89aa928419
commit
68eb8df9c8
2 changed files with 3 additions and 3 deletions
|
|
@ -51,7 +51,7 @@ push:
|
||||||
jj git fetch --all-remotes
|
jj git fetch --all-remotes
|
||||||
|
|
||||||
rebase revision="dev":
|
rebase revision="dev":
|
||||||
jj rebase -b 'all:heads(all()) & ~signed() &~@' -d {{ revision }}
|
jj rebase -b 'heads(all()) & ~signed() &~@' -d {{ revision }}
|
||||||
|
|
||||||
alias s := switch
|
alias s := switch
|
||||||
alias u := update
|
alias u := update
|
||||||
|
|
|
||||||
|
|
@ -47,8 +47,8 @@ in {
|
||||||
auto-track = "true";
|
auto-track = "true";
|
||||||
max-new-file-size = 0;
|
max-new-file-size = 0;
|
||||||
};
|
};
|
||||||
core = {
|
fsmonitor = {
|
||||||
fsmonitor = "watchman";
|
backend = "watchman";
|
||||||
watchman.register-snapshot-trigger = true;
|
watchman.register-snapshot-trigger = true;
|
||||||
};
|
};
|
||||||
user = {
|
user = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue