projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f4e483
)
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:06:13 +0000
(19:06 -0700)
bin/repoman
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index 78022f4e663ad29c0917f8f109d296509be5631e..d414bf738f32e68df2e1b4d903ac796cba7e9ae3 100755
(executable)
--- a/
bin/repoman
+++ b/
bin/repoman
@@
-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.