From 99efc10534e7e44609b115fa02eb2a2af3f0f848 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 26 Nov 2008 06:39:12 +0000 Subject: [PATCH] Remove redundant reference to 'mynew' since 'myupdates' already contains those files. svn path=/main/trunk/; revision=12096 --- bin/repoman | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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] -- 2.26.2