black.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 29 Sep 2020 23:16:09 +0200
changeset 45664 8cebc4c13978
parent 44147 5e84a96d865b
permissions -rw-r--r--
side-data: add a test to check sidedata upgrade We want to make sure that sidedata computed at commit time and during upgrade are the same. To do so, we upgrade the repository in `test-copies-chain-merge.t` since the file is checking all the special case that we need to catch. The sidedata content in both case should be the same. Differential Revision: https://phab.mercurial-scm.org/D9124

[tool.black]
line-length = 80
exclude = '''
build/
| wheelhouse/
| dist/
| packages/
| \.hg/
| \.mypy_cache/
| \.venv/
| mercurial/thirdparty/
'''
skip-string-normalization = true
quiet = true