misc: Remove support for checking out as a mercurial repo.
authorGabe Black <gabeblack@google.com>
Fri, 10 Jul 2020 20:40:55 +0000 (13:40 -0700)
committerGabe Black <gabeblack@google.com>
Mon, 13 Jul 2020 22:25:41 +0000 (22:25 +0000)
commit1427fdb455ad326b095273825621a6727850274e
tree9d036fd62b6ca970f287bd2d2a29c763fd1b5a1b
parent6747b127afa0c9ff4be3e147fbadd1be4e2bf491
misc: Remove support for checking out as a mercurial repo.

This will still be technically possible with the right converters, but
this removes the tags, ignore file, and style checking hooks related to
mercurial. We no longer maintain a mercurial mirror of the main git
repository, and this support adds clutter and could diverge from the git
style hooks, etc, over time.

Change-Id: Icf4833c4f0fda51ea98989d1d741432ae3ddc6dd
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/31174
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com>
Maintainer: Gabe Black <gabeblack@google.com>
Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
Tested-by: kokoro <noreply+kokoro@google.com>
.hgignore [deleted file]
.hgtags [deleted file]
site_scons/site_tools/default.py
site_scons/site_tools/mercurial.py [deleted file]
util/hgfilesize.py [deleted file]
util/hgstyle.py [deleted file]
util/style.py
util/style/file_types.py
util/style/repo.py
util/style/style.py