summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2008-11-26 06:40:42 +0000
committerZac Medico <zmedico@gentoo.org>2008-11-26 06:40:42 +0000
commit4d0203b460ffad1c340fdc69c80351425b8b3fad (patch)
treeee18373f5f2d924a423ed32cea12d85556821175
parentb21dcfed14d56500a64f07a025051f1671d2ff97 (diff)
downloadportage-4d0203b460ffad1c340fdc69c80351425b8b3fad.tar.gz
portage-4d0203b460ffad1c340fdc69c80351425b8b3fad.tar.bz2
portage-4d0203b460ffad1c340fdc69c80351425b8b3fad.zip
Remove redundant reference to 'mynew' since 'myupdates' already contains those files.
(trunk r12096) svn path=/main/branches/2.1.6/; revision=12097
-rwxr-xr-xbin/repoman4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/repoman b/bin/repoman
index ae8d94a8e..028869f5c 100755
--- 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]