From 4d0203b460ffad1c340fdc69c80351425b8b3fad Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 26 Nov 2008 06:40:42 +0000 Subject: Remove redundant reference to 'mynew' since 'myupdates' already contains those files. (trunk r12096) svn path=/main/branches/2.1.6/; revision=12097 --- bin/repoman | 4 ++-- 1 file 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] -- cgit v1.2.3-1-g7c22