summaryrefslogtreecommitdiff
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:04:06 -0700
commit1289e3202078c0d537dc78134564e79b898ccf63 (patch)
tree1399ac4828dd34c976d566e40db98fb3bb955889
parentAvoid reapath('') expansion to cwd for repos. (diff)
downloadportage-1289e3202078c0d537dc78134564e79b898ccf63.tar.gz
portage-1289e3202078c0d537dc78134564e79b898ccf63.tar.bz2
portage-1289e3202078c0d537dc78134564e79b898ccf63.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 3526fde79..ecfd7b998 100755
--- a/bin/repoman
+++ b/bin/repoman
@@ -2219,7 +2219,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.