summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-10-11 19:04:06 -0700
committerZac Medico <zmedico@gentoo.org>2010-10-11 19:06:13 -0700
commit76fa06b539a9a2f4548e8195429ed5c4ab3a0c03 (patch)
tree25c7716677175012b7e17e79874e6e68c861c17c
parent4f4e4833f78f1679096c0486c656fd9255336341 (diff)
downloadportage-76fa06b539a9a2f4548e8195429ed5c4ab3a0c03.tar.gz
portage-76fa06b539a9a2f4548e8195429ed5c4ab3a0c03.tar.bz2
portage-76fa06b539a9a2f4548e8195429ed5c4ab3a0c03.zip
Invert repoman cvs logic for headerstring.
-rwxr-xr-xbin/repoman2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/repoman b/bin/repoman
index 78022f4e6..d414bf738 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -2216,7 +2216,7 @@ else:
mydirty = []
print("* %s files being committed..." % green(str(len(myupdates))), end=' ')
- if vcs in ('git', 'bzr', 'hg'):
+ if vcs not in ('cvs', 'svn'):
# With git, bzr and hg, there's never any keyword expansion, so
# there's no need to regenerate manifests and all files will be
# committed in one big commit at the end.