Update the auto-add message to say "Manifest" instead of "digests". Thanks to
authorZac Medico <zmedico@gentoo.org>
Tue, 28 Oct 2008 21:22:22 +0000 (21:22 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 28 Oct 2008 21:22:22 +0000 (21:22 -0000)
grobian.

svn path=/main/trunk/; revision=11739

bin/repoman

index 0f27e5de8cf6f1a917575134972773427bf0033b..9cb0a6f63ad681adb4e8b10178716a99afd05441 100755 (executable)
@@ -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)+")"