X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=melanie;h=0919a88d2a5096df027a2f31768c773145d356f8;hb=fa7b68ee3d2c9d467669021fd62e09a407e1244a;hp=c196766689743d11f951847c7420d10152c33154;hpb=c846e77a848d60dd115f00faa0d9a854161d99eb;p=dak.git diff --git a/melanie b/melanie index c1967666..0919a88d 100755 --- a/melanie +++ b/melanie @@ -2,7 +2,7 @@ # General purpose package removal tool for ftpmaster # Copyright (C) 2000, 2001, 2002 James Troup -# $Id: melanie,v 1.31 2002-10-16 02:47:32 troup Exp $ +# $Id: melanie,v 1.33 2002-11-19 03:14:59 troup Exp $ # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -299,7 +299,7 @@ def main (): if Options["Done"]: print "Will also close bugs: "+Options["Done"]; if carbon_copy: - print "Will also send CCs to:" + ", ".join(carbon_copy) + print "Will also send CCs to: " + ", ".join(carbon_copy) print print "------------------- Reason -------------------" print Options["Reason"]; @@ -368,7 +368,7 @@ def main (): Subst["__BCC__"] = "Bcc: " + ", ".join(bcc); else: Subst["__BCC__"] = "X-Filler: 42"; - Subst["__CC__"] = "X-Melanie: $Revision: 1.31 $"; + Subst["__CC__"] = "X-Katie: melanie $Revision: 1.33 $"; if carbon_copy: Subst["__CC__"] += "\nCc: " + ", ".join(carbon_copy); Subst["__SUITE_LIST__"] = suites_list;