##// END OF EJS Templates
merge: remove direct rustmod reference...
merge: remove direct rustmod reference We shouldn't rely on this member being present in `dirstate.py`, this creates unnecessary coupling. This also can trigger certain issues in edge-cases where the policy is changed at runtime or multiple Python environments fight, which is an added bonus. Differential Revision: https://phab.mercurial-scm.org/D12217

File last commit:

r46195:426294d0 default
r50045:d4486810 6.1 stable
Show More
rustfmt.toml
4 lines | 83 B | application/toml | TOMLLexer
edition = "2018"
max_width = 79
wrap_comments = true
error_on_line_overflow = true