.hg-format-source
author Kyle Lippincott <spectral@google.com>
Mon, 16 Sep 2019 12:42:11 -0700
changeset 4846 38ce7fe4d3f2
parent 4814 48b30ff742cb
permissions -rw-r--r--
cmdstate: switch to new-style classes This isn't a huge issue and isn't necessary on Python3, but we're still Python2 compatible and we should be consistent (and strongly prefer new-style classes); this is the only class that is not deriving from object that I could find.
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"}