projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22d56c6
)
Remove redundant reference to 'mynew' since 'myupdates' already contains those files.
author
Zac Medico
<zmedico@gentoo.org>
Wed, 26 Nov 2008 06:39:12 +0000
(06:39 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 26 Nov 2008 06:39:12 +0000
(06:39 -0000)
svn path=/main/trunk/; revision=12096
bin/repoman
patch
|
blob
|
history
diff --git
a/bin/repoman
b/bin/repoman
index 0d1f9ca0da09494669744e357ab6366c06024479..bf06545169759e815f7a080848bb00c77c2ef084 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]