CVS update [newtags]: /ccvs/src/
[email protected] 6 Apr 2005 20:11:55 -0000
| Newsgroups | gmane.comp.version-control.cvs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Tag: newtags User: dprice Date: 05/04/06 13:11:55 Modified: /ccvs/src/ ChangeLog, rcs.c Log: * rcs.c (RCS_getprevious): Remove erroneous FIXME. File Changes: Directory: /ccvs/src/ ===================== File [changed]: ChangeLog Url: https://ccvs.cvshome.org/source/browse/ccvs/src/ChangeLog?r1=1.3165.2.4&r2=1.3165.2.5 Delta lines: +4 -0 ------------------- --- ChangeLog 20 Mar 2005 23:41:36 -0000 1.3165.2.4 +++ ChangeLog 6 Apr 2005 20:11:52 -0000 1.3165.2.5 @@ -1,3 +1,7 @@ +2005-04-06 Derek Price <[email protected]> + + * rcs.c (RCS_getprevious): Remove erroneous FIXME. + 2005-03-20 Derek Price <[email protected]> * rcs.c (RCS_nodeisbranch): Improve comments. Return bool. Gratuitous File [changed]: rcs.c Url: https://ccvs.cvshome.org/source/browse/ccvs/src/rcs.c?r1=1.341.2.3&r2=1.341.2.4 Delta lines: +0 -5 ------------------- --- rcs.c 20 Mar 2005 20:23:23 -0000 1.341.2.3 +++ rcs.c 6 Apr 2005 20:11:52 -0000 1.341.2.4 @@ -3429,11 +3429,6 @@ * is a subsequent cvs import of the same file ==> return 1.1. * If 1.1 is dead, the file was initially added on a branch * ==> return NULL. - * - * FIXME! This deserves more thought and discussion. - * Chronologically, the revision previous to 1.2 could be any - * version on the vendor branch. Probably, the best way to do this - * is to sort by date and determine the previous revision that way. */ Node *rootnode = findnode (rcs->versions, trev); if (rootnode)