projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b21dcfe
)
Remove redundant reference to 'mynew' since 'myupdates' already contains those files.
author
Zac Medico
<zmedico@gentoo.org>
Wed, 26 Nov 2008 06:40:42 +0000
(06:40 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 26 Nov 2008 06:40:42 +0000
(06:40 -0000)
(trunk r12096)
svn path=/main/branches/2.1.6/; revision=12097
bin/repoman
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index ae8d94a8e04a1d8ac7a9bcf2b66dda4ee6cc5e16..028869f5cbaaf245bb8e3e83ccbc6f1e1113c6f9 100755
(executable)
--- a/
bin/repoman
+++ b/
bin/repoman
@@
-1945,8
+1945,8
@@
else:
write_atomic(x, "".join(mylines))
manifest_commit_required = True
- if vcs != 'git' and (myupdates or myremoved
or mynew
):
- myfiles
=myupdates+myremoved+mynew
+ if vcs != 'git' and (myupdates or myremoved):
+ myfiles
= myupdates + myremoved
for x in range(len(myfiles)-1, -1, -1):
if myfiles[x].count("/") < 4-repolevel:
del myfiles[x]