##// END OF EJS Templates
filemerge: fix crash when using filesets in [partial-merge-tools]...
filemerge: fix crash when using filesets in [partial-merge-tools] Without this patch, you'd get `mercurial.error.ProgrammingError: fileset expression with no context`.

File last commit:

r48841:58fe6d12 stable
r51117:59466b13 6.3.2 stable
Show More
pyproject.toml
17 lines | 244 B | application/toml | TOMLLexer
[build-system]
requires = ["setuptools", "wheel"]
[tool.black]
line-length = 80
exclude = '''
build/
| wheelhouse/
| dist/
| packages/
| \.hg/
| \.mypy_cache/
| \.venv/
| mercurial/thirdparty/
'''
skip-string-normalization = true
quiet = true