Gentoo Archives: gentoo-commits

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