From 5f43848ef404d36192f92efa57448ae386d0ef25 Mon Sep 17 00:00:00 2001 From: James Troup Date: Wed, 21 Mar 2001 05:37:43 +0000 Subject: [PATCH] Use Revision not Id in X-Melanie line. --- melanie | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/melanie b/melanie index b4661b14..c3efc64f 100755 --- a/melanie +++ b/melanie @@ -2,7 +2,7 @@ # General purpose archive tool for ftpmaster # Copyright (C) 2000, 2001 James Troup -# $Id: melanie,v 1.10 2001-03-21 01:25:59 troup Exp $ +# $Id: melanie,v 1.11 2001-03-21 05:37:43 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 @@ -346,7 +346,7 @@ def main (): Subst["__BCC__"] = "Bcc: " + Cnf["Dinstall::Bcc"]; else: Subst["__BCC__"] = "X-Filler: 42"; - Subst["__CC__"] = "X-Melanie: $Id: melanie,v 1.10 2001-03-21 01:25:59 troup Exp $\n" + carbon_copy[:-1]; + Subst["__CC__"] = "X-Melanie: $Revision: 1.11 $\n" + carbon_copy[:-1]; Subst["__SUITE_LIST__"] = suites_list; Subst["__SUMMARY__"] = summary; Subst["__ADMIN_ADDRESS__"] = Cnf["Dinstall::MyAdminAddress"]; -- 2.39.5