Mercurial > evolve
annotate .hg-format-source @ 6932:2efcacc03010 stable
obshashrange: avoid executing too many DELETE requests at once
While running such delete requests, the process ignores keyboard interrupts,
which is not great, especially when there are half a million of them…
Avoiding to run that many will be covered in the next changeset.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Mon, 04 Nov 2024 12:07:33 +0100 |
parents | 48b30ff742cb |
children |
rev | line source |
---|---|
4814
48b30ff742cb
python3: use format-source to run byteify-strings in .py files
Raphaël Gomès <rgomes@octobus.net>
parents:
diff
changeset
|
1 {"pattern": "glob:hgext3rd/**/*.py", "tool": "byteify-strings"} |