From: Zac Medico Date: Tue, 12 Oct 2010 02:04:06 +0000 (-0700) Subject: Invert repoman cvs logic for headerstring. X-Git-Tag: v2.1.9.15~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=76fa06b539a9a2f4548e8195429ed5c4ab3a0c03;p=portage.git Invert repoman cvs logic for headerstring. --- 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.