Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r11739 - main/trunk/bin
Date: Tue, 28 Oct 2008 21:22:25
Message-Id: E1Kuw18-0005tT-Tw@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-10-28 21:22:22 +0000 (Tue, 28 Oct 2008)
3 New Revision: 11739
4
5 Modified:
6 main/trunk/bin/repoman
7 Log:
8 Update the auto-add message to say "Manifest" instead of "digests". Thanks to
9 grobian.
10
11
12 Modified: main/trunk/bin/repoman
13 ===================================================================
14 --- main/trunk/bin/repoman 2008-10-28 21:10:24 UTC (rev 11738)
15 +++ main/trunk/bin/repoman 2008-10-28 21:22:22 UTC (rev 11739)
16 @@ -1667,7 +1667,7 @@
17 del myunadded[x]
18
19 if myautoadd:
20 - print ">>> Auto-Adding missing digests..."
21 + print ">>> Auto-Adding missing Manifest(s)..."
22 if options.pretend:
23 if vcs == "cvs":
24 print "(cvs add "+" ".join(myautoadd)+")"