##// END OF EJS Templates
rust-dirstate: use EntryState enum instead of literals...
rust-dirstate: use EntryState enum instead of literals This improves code readability quite a bit, while also adding a layer of safety because we're checking the state byte against the enum. Differential Revision: https://phab.mercurial-scm.org/D6629

File last commit:

r40337:b929bce4 default
r42994:7ceded44 default
Show More
rustfmt.toml
3 lines | 66 B | text/plain | TOMLLexer
Georges Racinet
rust: rustfmt config for hg-direct-ffi...
r40337 max_width = 79
wrap_comments = true
error_on_line_overflow = true