scripts/setlocalversion: remove mercurial, svn and git-svn supports
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 23 May 2021 03:14:24 +0000 (12:14 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 26 May 2021 19:01:51 +0000 (04:01 +0900)
commit2a73cce2dad3b6e0aa705b376bb736358b6b5e8e
treeb62ac9a3a249a5ab71ca9ca703a65473f359bcc3
parentc39013ee64b5083ec3202aae8a418e9c70baff7a
scripts/setlocalversion: remove mercurial, svn and git-svn supports

The mercurial, svn, git-svn supports were added by the following commits:

 - 3dce174cfcba ("kbuild: support mercurial in setlocalversion")

 - ba3d05fb6369 ("kbuild: add svn revision information to setlocalversion")

 - ff80aa97c9b4 ("setlocalversion: add git-svn support")

They did not explain why they are useful for the kernel source tree.
Let's revert all of them, and see if somebody will complain about it.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-by: Nico Schottelius <nico-linuxsetlocalversion@schottelius.org>
scripts/setlocalversion