From: Zac Medico Date: Wed, 26 Nov 2008 06:40:42 +0000 (-0000) Subject: Remove redundant reference to 'mynew' since 'myupdates' already contains those files. X-Git-Tag: v2.1.6_rc2~11 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4d0203b460ffad1c340fdc69c80351425b8b3fad;p=portage.git Remove redundant reference to 'mynew' since 'myupdates' already contains those files. (trunk r12096) svn path=/main/branches/2.1.6/; revision=12097 --- 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]