.hg-format-source
author Anton Shestakov <av6@dwimlabs.net>
Thu, 21 Nov 2019 14:18:35 +0700
branchstable
changeset 4966 4f3c87584a4a
parent 4814 48b30ff742cb
permissions -rw-r--r--
heptapod-ci: add a script to map evolve branch to mercurial revision for tests map-hg-rev.sh can be tested using this command: ```sh for i in $(hg log -T '{branch}\n' | sort -u); do echo $i $(testlib/map-hg-rev.sh $i) done ```
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"}