From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Kvdb3-0001u9-C9 for garchives@archives.gentoo.org; Thu, 30 Oct 2008 19:54:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B74F5E050C; Thu, 30 Oct 2008 19:54:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 91326E050C for ; Thu, 30 Oct 2008 19:54:21 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 0486464E2A for ; Thu, 30 Oct 2008 19:54:20 +0000 (UTC) Received: from zmedico by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1Kvdb1-0004PY-OH for gentoo-commits@lists.gentoo.org; Thu, 30 Oct 2008 19:54:19 +0000 To: gentoo-commits@lists.gentoo.org From: "Zac Medico (zmedico)" Subject: [gentoo-commits] portage r11751 - main/trunk/bin X-VCS-Repository: portage X-VCS-Revision: 11751 X-VCS-Files: main/trunk/bin/repoman X-VCS-Directories: main/trunk/bin X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico Content-Type: text/plain; charset=UTF-8 Message-Id: Sender: Zac Medico Date: Thu, 30 Oct 2008 19:54:19 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 9cd062c7-d680-4236-b093-36a6ddf4709b X-Archives-Hash: 3a5d27f8c64aabbfcffe16618737e530 Author: zmedico Date: 2008-10-30 19:54:19 +0000 (Thu, 30 Oct 2008) New Revision: 11751 Modified: main/trunk/bin/repoman Log: define myunadded such that repoman doesn't crash when being run in a non-{cvs,svn} dir (branches/prefix r11750) Modified: main/trunk/bin/repoman =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- main/trunk/bin/repoman 2008-10-30 19:51:48 UTC (rev 11750) +++ main/trunk/bin/repoman 2008-10-30 19:54:19 UTC (rev 11751) @@ -1637,6 +1637,7 @@ if options.pretend: print green("RepoMan sez:"), "\"So, you want to play it safe. Good cal= l.\"\n" =20 + myunadded =3D [] if vcs =3D=3D "cvs": try: myvcstree=3Dportage.cvstree.getentries("./",recursive=3D1)