commit: whups test.php whups/lib CVSLib.php
avsm@horde.org
avsm@horde.org
14 Nov 2000 00:22:47 -0000
avsm 2000/11/13 16:22:47 PST
Modified files:
. test.php
lib CVSLib.php
Log:
Start trying to do the 'view log' section in test.php; it mostly all
renders now. Added a queryPreviousRevision() function into CVSLib_log
to walk back the revision numbers (so if its the first one on a branch,
it'll fall back to the branch point two decimal places back).
There's one case where this breaks; where the rev numbers were manually
upped to 2.0 (I suspect this isnt a legal rcs revision number, since they
all end with .1 or more). Anyway, can special case it later.
Revision Changes Path
1.9 +10 -3 whups/test.php
1.36 +17 -1 whups/lib/CVSLib.php