Skip to content

Commit

Permalink
cli: fix default value of ui.allow-filesets in config schema
Browse files Browse the repository at this point in the history
It's been enabled since 8fec750 "cli: enable fileset by default."
  • Loading branch information
yuja committed Aug 25, 2024
1 parent f9dc058 commit 3b0b70a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/config-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3b0b70a

Please sign in to comment.