15 Mar
2018
15 Mar
'18
7:29 p.m.
I did an "hg clone" then and "hg diff" with completed with nothing showing (as expected).
I then did a "tox -e style" and then repeated the "hg diff" and get (the complete diff is attached) what is partially shown below. I wouldn't think this should happen.
I would agree that it shouldn't happen. It definitely doesn't for me, even in a clean clone. Running 'tox -e style' just runs 'python ./tools/cpep8.py' for you in a virtual environment. Running cpep8 shouldn't modify any files, and certainly not any locale ones.
Maybe try 'hg checkout -C' before you do the pre-diff and tox run?
--Dan