From: Zac Medico Date: Wed, 26 Nov 2008 06:39:12 +0000 (-0000) Subject: Remove redundant reference to 'mynew' since 'myupdates' already contains those files. X-Git-Tag: v2.2_rc17~30 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=99efc10534e7e44609b115fa02eb2a2af3f0f848;p=portage.git Remove redundant reference to 'mynew' since 'myupdates' already contains those files. svn path=/main/trunk/; revision=12096 --- diff --git a/bin/repoman b/bin/repoman index 0d1f9ca0d..bf0654516 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]