From 76fa06b539a9a2f4548e8195429ed5c4ab3a0c03 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 11 Oct 2010 19:04:06 -0700 Subject: Invert repoman cvs logic for headerstring. --- bin/repoman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3-1-g7c22