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:06:13 +0000 (19:06 -0700)
bin/repoman

index 78022f4e663ad29c0917f8f109d296509be5631e..d414bf738f32e68df2e1b4d903ac796cba7e9ae3 100755 (executable)
@@ -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.