.hg-format-source
author Manuel Jacob <me@manueljacob.de>
Fri, 06 Dec 2019 14:01:29 +0100
branchstable
changeset 4984 b779b40f996e
parent 4814 48b30ff742cb
permissions -rw-r--r--
evolve: fix content-divergence resolution when p1 is null (issue6201) Before this fix, in cases like in the added test, the revision number -1 of the parent was misinterpreted to mean the tipmost revision instead of the null revision, causing the content-divergence resolution to fail.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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"}