sapling/hgext/hgsubversion
Jun Wu a487dacc4b codemod: reformat rest of the code
Summary:
Previous code format attempt (D8173629) didn't cover all files due to `**/*.py`
was not expanded recursively by bash. That makes certain changes larger than
they should be (ex. D8675439). Now use zsh's `**/*.py` to format them.

Also fix Python syntax so black can run on more files, and all lint issues.

Reviewed By: phillco

Differential Revision: D8696912

fbshipit-source-id: 95f07aa0c5eb1b63947b0f77f534957f4ab65364
2018-07-05 17:52:43 -07:00
..
hooks codemod: reformat rest of the code 2018-07-05 17:52:43 -07:00
layouts codemod: reformat rest of the code 2018-07-05 17:52:43 -07:00
svnwrap codemod: reformat rest of the code 2018-07-05 17:52:43 -07:00
__init__.py codemod: reformat rest of the code 2018-07-05 17:52:43 -07:00
compathacks.py codemod: reformat rest of the code 2018-07-05 17:52:43 -07:00
editor.py codemod: reformat rest of the code 2018-07-05 17:52:43 -07:00
maps.py codemod: reformat rest of the code 2018-07-05 17:52:43 -07:00
pushmod.py codemod: reformat rest of the code 2018-07-05 17:52:43 -07:00
replay.py codemod: reformat rest of the code 2018-07-05 17:52:43 -07:00
stupid.py codemod: reformat rest of the code 2018-07-05 17:52:43 -07:00
svncommands.py codemod: reformat rest of the code 2018-07-05 17:52:43 -07:00
svnexternals.py codemod: reformat rest of the code 2018-07-05 17:52:43 -07:00
svnmeta.py codemod: reformat rest of the code 2018-07-05 17:52:43 -07:00
svnrepo.py hgsubversion: avoid cyclic reference in reposetup 2018-06-28 14:20:40 -07:00
util.py codemod: reformat rest of the code 2018-07-05 17:52:43 -07:00
verify.py codemod: reformat rest of the code 2018-07-05 17:52:43 -07:00
wrappers.py rebase: use command-level template (BC) 2018-06-06 15:43:25 -07:00