##// END OF EJS Templates
lfs: register the flag processors per repository...
lfs: register the flag processors per repository Previously, enabling the extension for any repo in commandserver or hgweb would enable the flags on all repos. Since localrepo.resolverevlogstorevfsoptions() is called so early, the check to see if the extension is enabled on the repo (which hasn't been instantiated yet) is a bit awkward. But I don't see a better way.

File last commit:

r40003:aab43d58 default
r40304:9c4cbbb0 default
Show More
Cargo.toml
3 lines | 50 B | application/toml | TOMLLexer
[workspace]
members = ["hgcli"]
exclude = ["chg"]