diff options
author | Zac Medico <zmedico@gentoo.org> | 2010-10-11 19:04:06 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2010-10-11 19:04:06 -0700 |
commit | 1289e3202078c0d537dc78134564e79b898ccf63 (patch) | |
tree | 1399ac4828dd34c976d566e40db98fb3bb955889 | |
parent | 7e2781d25b1d7869ae460bd19c881081bc46b6e5 (diff) | |
download | portage-1289e3202078c0d537dc78134564e79b898ccf63.tar.gz portage-1289e3202078c0d537dc78134564e79b898ccf63.tar.bz2 portage-1289e3202078c0d537dc78134564e79b898ccf63.zip |
Invert repoman cvs logic for headerstring.
-rwxr-xr-x | bin/repoman | 2 |
1 files changed, 1 insertions, 1 deletions
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. |