projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e2781d
)
Invert repoman cvs logic for headerstring.
author
Zac Medico
<zmedico@gentoo.org>
Tue, 12 Oct 2010 02:04:06 +0000
(19:04 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 12 Oct 2010 02:04:06 +0000
(19:04 -0700)
bin/repoman
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index 3526fde790356576e0051df7d50a17386c7767d8..ecfd7b998f9d87674848642212bfcc4168c1c8ad 100755
(executable)
--- 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.