From: Zac Medico Date: Tue, 28 Oct 2008 21:22:22 +0000 (-0000) Subject: Update the auto-add message to say "Manifest" instead of "digests". Thanks to X-Git-Tag: v2.2_rc13~46 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fd2dc7b7265f8f19a3bb07fa65ab93fee201d898;p=portage.git Update the auto-add message to say "Manifest" instead of "digests". Thanks to grobian. svn path=/main/trunk/; revision=11739 --- diff --git a/bin/repoman b/bin/repoman index 0f27e5de8..9cb0a6f63 100755 --- a/bin/repoman +++ b/bin/repoman @@ -1667,7 +1667,7 @@ else: del myunadded[x] if myautoadd: - print ">>> Auto-Adding missing digests..." + print ">>> Auto-Adding missing Manifest(s)..." if options.pretend: if vcs == "cvs": print "(cvs add "+" ".join(myautoadd)+")"