ok/jj
1
0
Fork 0
forked from mirrors/jj

cli: fix default value of ui.allow-filesets in config schema

It's been enabled since 8fec7500c3 "cli: enable fileset by default."
This commit is contained in:
Yuya Nishihara 2024-08-25 21:45:10 +09:00
parent f9dc0589c1
commit 3b0b70a451

View file

@ -44,7 +44,7 @@
"allow-filesets": {
"type": "boolean",
"description": "Whether to parse path arguments as fileset expressions",
"default": false
"default": true
},
"always-allow-large-revsets": {
"type": "boolean",