gnu-arch-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnu-arch-users] cscvs log parsing failure


From: Florian Weimer
Subject: [Gnu-arch-users] cscvs log parsing failure
Date: Sun, 28 Sep 2003 12:08:09 +0200
User-agent: Mutt/1.5.4i

There's the following code in the CVS log parser:

| elif log_list and log_list[-1] == '':
|       # We have a revision separator line followed by a
|       # new revision indicator, but the separator was
|       # preceded by an empty line.
|       pass

What's the reason behind this?  The Mutt CVS contains these revisions:

| ----------------------------
| revision 1.1.1.1
| date: 1998/06/08 09:16:03;  author: roessler;  state: Exp;  lines: +0 -0
| 
| ----------------------------
| revision 1.4.2.5
| date: 1998/07/14 16:01:02;  author: roessler;  state: Exp;  lines: +46 -0
| branches:  1.4.2.5.2;
| Preparing mutt 0.93.1i.
| ----------------------------

The parser currently lumps both logs together (and thus doesn't see the
1.4.2.5 revision).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]