summaryrefslogtreecommitdiffstats
path: root/bin/repoman
diff options
context:
space:
mode:
Diffstat (limited to 'bin/repoman')
-rwxr-xr-xbin/repoman7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/repoman b/bin/repoman
index 443e89192..e2f4ae2c2 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -398,13 +398,6 @@ if mymode == "commit":
isCvs=False
myreporoot=None
if os.path.isdir("CVS"):
- if "cvs" not in repoman_settings.features:
- print
- print
- print red('!!! You do not have ')+bold('FEATURES="cvs" ')+red("enabled...")
- print red("!!! ")+bold("Adding \"cvs\" to FEATURES")
- print
- os.environ["FEATURES"]=repoman_settings["FEATURES"]+" cvs"
isCvs = True
if not "--pretend" in myoptions and not isCvs: