Received: from spf3.us4.outblaze.com (spf3.us4.outblaze.com [205.158.62.25]) by sdf.lonestar.org (8.13.1/8.12.10) with ESMTP id j18JEEi5009925 for ; Tue, 8 Feb 2005 19:14:14 GMT Received: from hera.museatech.net (unknown [207.166.200.220]) by spf3.us4.outblaze.com (Postfix) with SMTP id B5833537FB for ; Tue, 8 Feb 2005 19:15:08 +0000 (GMT) Received: (qmail 9575 invoked by uid 110); 8 Feb 2005 19:15:00 -0000 Received: from gnu-arch-dev-bounces@lists.seyza.com by hera by uid 102 with qmail-scanner-1.20 (clamscan: 0.60. spamassassin: 2.60. Clear:RC:1(127.0.0.1):. Processed in 2.7587 secs); 08 Feb 2005 19:15:00 -0000 Received: from unknown (HELO hera.museatech.net) (127.0.0.1) by hera.museatech.net with SMTP; 8 Feb 2005 19:14:57 -0000 Delivered-To: list-gnu-arch-dev@lists.seyza.com Received: (qmail 9466 invoked by uid 110); 8 Feb 2005 19:14:45 -0000 Received: from john@arbash-meinel.com by hera by uid 102 with qmail-scanner-1.20 (clamscan: 0.60. spamassassin: 2.60. Clear:RC:1(207.166.200.201):. Processed in 11.094353 secs); 08 Feb 2005 19:14:45 -0000 Received: from unknown (HELO a1.mx.alal.us) (207.166.200.201) by hera.museatech.net with SMTP; 8 Feb 2005 19:14:33 -0000 Received: (qmail 25871 invoked from network); 8 Feb 2005 20:27:16 -0000 Received: from server07.icaen.uiowa.edu (128.255.17.47) by a1.mx.alal.us with SMTP; 8 Feb 2005 20:27:12 -0000 Received: from server11.icaen.uiowa.edu (server11.icaen.uiowa.edu [128.255.17.51]) by server07.icaen.uiowa.edu (8.13.2/8.12.9) with ESMTP id j18JEOhF020363; (envelope-from ) Tue, 8 Feb 2005 13:14:26 -0600 (CST) Received: from [192.168.1.100] (12-217-241-0.client.mchsi.com [12.217.241.0]) (authenticated user=jfmeinel) by server11.icaen.uiowa.edu (8.13.2/smtp-serv-1.7) with ESMTP id j18JEMeV028564 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256); (envelope-from ) Tue, 8 Feb 2005 13:14:24 -0600 (CST) Message-ID: <42090F91.1070100@arbash-meinel.com> Date: Tue, 08 Feb 2005 13:14:25 -0600 From: John Arbash Meinel User-Agent: Mozilla Thunderbird 1.0 (Macintosh/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kevin Geiss References: <45f995752f10f9663c818afbe2496b26@desertsol.com> In-Reply-To: <45f995752f10f9663c818afbe2496b26@desertsol.com> X-Enigmail-Version: 0.89.6.0 X-Enigmail-Supports: pgp-inline, pgp-mime X-Virus-Scanned: ClamAV 0.80/682/Mon Jan 24 12:53:43 2005 clamav-milter version 0.80j on clamav.icaen.uiowa.edu X-Virus-Scanned: ClamAV 0.80/685/Wed Jan 26 03:08:24 2005, clamav-milter version 0.75 on clamav.icaen.uiowa.edu X-Virus-Status: Clean X-Virus-Status: Clean X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on dev.alal.com X-Spam-Level: X-Spam-Status: No, score=-1.6 required=9.0 tests=AWL,BAYES_00 autolearn=ham version=3.0.2 Cc: gnu-arch-users@gnu.org, GNU Arch Developers Subject: [GNU-arch-dev] Re: [Gnu-arch-users] how to fix a bad log message? X-BeenThere: gnu-arch-dev@lists.seyza.com X-Mailman-Version: 2.1.5 Precedence: list List-Id: a mailing list for GNU Arch developers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: multipart/mixed; boundary="===============0744105562==" Mime-version: 1.0 Sender: gnu-arch-dev-bounces@lists.seyza.com Errors-To: gnu-arch-dev-bounces@lists.seyza.com Status: RO Content-Length: 2721 Lines: 80 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --===============0744105562== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigA416C1B156BD22CDBCAAF9A7" This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigA416C1B156BD22CDBCAAF9A7 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Kevin Geiss wrote: > hi all, > > I star-merged some stuff from one tree to another, used tla > log-for-merge to create a log entry, and committed the merge. > > then went on to do other stuff. > > that's all fine, BUT, I forgot to edit the log created by tla > log-for-merge before committing, so now when I run 'tla logs -s' I get > an empty summary message for patch-12! I can see the log-for-merge > output using tla changelog or tla cat-log, but it's still a bummer. > > is there a way I can edit the log message for patch-12? I don't want > to change anything else, just the log message. (i already have patches > 13 through 15 committed too, I don't want to change those) > > thanks. Well, if you only want to change it for "tla logs" and don't worry about "tla revisions", then you *can* just edit the file in {arch}/cat/cat--branch/cat--branch--version/patch-logs/patch-12 tla logs just outputs the contents of the patch-logs in the current working directory. tla revisions connects to the archive and prints the ones out from there. I don't really like changing patch-logs, but it is possible. As far as the archive goes, that's a lot more difficult. I won't really describe how to do it, since you could corrupt your archive by editing it. John =:-> PS> For the dev list, the "log" file is just an optimization, could it be edited without causing problems, as long as you re-generate the checksums and signatures? --------------enigA416C1B156BD22CDBCAAF9A7 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (Darwin) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFCCQ+RJdeBCYSNAAMRAkwyAJ41EXthazn4revG1Yp3CdKs08QKBgCfbzWE gPU9pOi3kMSMQYcIEI9djW0= =ekBF -----END PGP SIGNATURE----- --------------enigA416C1B156BD22CDBCAAF9A7-- --===============0744105562== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Gnu-arch-dev mailing list Gnu-arch-dev@lists.seyza.com http://lists.seyza.com/cgi-bin/mailman/listinfo/gnu-arch-dev --===============0744105562==--