Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r11751 - main/trunk/bin
Date: Thu, 30 Oct 2008 19:54:21
Message-Id: E1Kvdb1-0004PY-OH@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-10-30 19:54:19 +0000 (Thu, 30 Oct 2008)
3 New Revision: 11751
4
5 Modified:
6 main/trunk/bin/repoman
7 Log:
8 define myunadded such that repoman doesn't crash when being run in a
9 non-{cvs,svn} dir (branches/prefix r11750)
10
11
12 Modified: main/trunk/bin/repoman
13 ===================================================================
14 --- main/trunk/bin/repoman 2008-10-30 19:51:48 UTC (rev 11750)
15 +++ main/trunk/bin/repoman 2008-10-30 19:54:19 UTC (rev 11751)
16 @@ -1637,6 +1637,7 @@
17 if options.pretend:
18 print green("RepoMan sez:"), "\"So, you want to play it safe. Good call.\"\n"
19
20 + myunadded = []
21 if vcs == "cvs":
22 try:
23 myvcstree=portage.cvstree.getentries("./",recursive=1)