Invert repoman cvs logic for headerstring.
authorZac Medico <zmedico@gentoo.org>
Tue, 12 Oct 2010 02:04:06 +0000 (19:04 -0700)
committerZac Medico <zmedico@gentoo.org>
Tue, 12 Oct 2010 02:04:06 +0000 (19:04 -0700)
bin/repoman

index 3526fde790356576e0051df7d50a17386c7767d8..ecfd7b998f9d87674848642212bfcc4168c1c8ad 100755 (executable)
@@ -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.