[chirp_devel] Luiton LT725UV Update
Dan Smith
Thu Mar 15 19:29:27 PDT 2018
> 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
More information about the chirp_devel
mailing list