Ticket #49 (closed defect: fixed)

Opened 8 months ago

Last modified 8 months ago

RCS keywords need to be updated

Reported by: rtoy Owned by: somebody
Priority: trivial Milestone:
Component: Core Version: 2011-09
Keywords: Cc:

Description

With the move to git, the RCS keywords in the file-comment's need to be updated. The revision number, dates, and author are no longer correct. With the fix for ticket:48, we don't need any information in the file-comment.

Change History

Changed 8 months ago by toy.raymond@…

  • status changed from new to closed
  • resolution set to fixed

commit 99a5797f72ae3a43d8e5909653770f044f993c17 Author: Raymond Toy <toy.raymond@…> Date: Sat Sep 24 23:10:18 2011 -0700

Fix ticket:49. In every file-comment, replace the existing $Header$ entries with just the file path, removing the revision number, date, author and state. The actual information is now computed during compilation and stored in the fasl itself. (See ticket:48.)

Note: See TracTickets for help on using tickets.