mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-09 22:54:10 +02:00
Closes: https://bugs.gentoo.org/939791 Signed-off-by: Chris Mayo <aklhfex@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
15 lines
347 B
Diff
15 lines
347 B
Diff
--- a/src/Tools/SubWCRev.py
|
|
+++ b/src/Tools/SubWCRev.py
|
|
@@ -510,12 +510,6 @@ def main():
|
|
bindir = a
|
|
|
|
vcs = [
|
|
- GitControl(),
|
|
- DebianGitHub(),
|
|
- BazaarControl(),
|
|
- Subversion(),
|
|
- MercurialControl(),
|
|
- DebianChangelog(),
|
|
UnknownControl(),
|
|
]
|
|
for i in vcs:
|