##// END OF EJS Templates
dirstate: fix leak of entry object in dirstate_item_from_v1_data()
dirstate: fix leak of entry object in dirstate_item_from_v1_data()

File last commit:

r47184:5be88620 default
r48840:448aff4e default
Show More
pyproject.toml
18 lines | 284 B | text/plain | TOMLLexer
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[tool.black]
line-length = 80
exclude = '''
build/
| wheelhouse/
| dist/
| packages/
| \.hg/
| \.mypy_cache/
| \.venv/
| mercurial/thirdparty/
'''
skip-string-normalization = true
quiet = true