scons, style: Rename style.py to hgstyle.py
authorAndreas Sandberg <andreas.sandberg@arm.com>
Wed, 30 Mar 2016 14:29:42 +0000 (15:29 +0100)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Wed, 30 Mar 2016 14:29:42 +0000 (15:29 +0100)
commit7277defc31e67ffcb8c8d2cb45c2ae235d100ee1
tree76c6f453ab5fae676df82a9ebbbab3889a9a1e3c
parent511c674cd6c16067cb0a922d1d29a5e4a04967e8
scons, style: Rename style.py to hgstyle.py

The Mercurial style checker extensions are currently stored in
style.py. This is not ideal since they won't work with other version
control systems. This changeset renames style.py to hgstyle.py and
adds upgrade code to scons that automatically updates the hooks in
hgrc.

Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Reviewed-by: Curtis Dunham <curtis.dunham@arm.com>
Reviewed-by: Nathanael Premillieu <nathananel.premillieu@arm.com>
Reviewed-by: Steve Reinhardt <steve.reinhardt@amd.com>
--HG--
rename : util/style.py => util/hgstyle.py
extra : rebase_source : ee8107ef245901371b368b7c2046ecdd89e3ff4c
SConstruct
util/hgstyle.py [new file with mode: 0755]
util/style.py [deleted file]