From 1289e3202078c0d537dc78134564e79b898ccf63 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 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. -- cgit v1.2.3-1-g7c22