##// END OF EJS Templates
repoview: avoid wrapping changelog if there's nothing to filter...
repoview: avoid wrapping changelog if there's nothing to filter This simplifies the code a bit by moving the optimizaton for no filtered revisions to one place. I assume it also makes working with repos without obsmarkers a little faster, but it doesn't seem significant. Differential Revision: https://phab.mercurial-scm.org/D7248

File last commit:

r40307:dbc28c91 default
r43759:c8e5b309 default
Show More
rustfmt.toml
3 lines | 66 B | application/toml | TOMLLexer
max_width = 79
wrap_comments = true
error_on_line_overflow = true