More work on tags/branches.
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 22 Jan 2009 14:02:59 +0000 (07:02 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 22 Jan 2009 14:18:29 +0000 (07:18 -0700)
commitcacd96365dced53417dc2a963d0a795b1a3bb4c0
treeb5af03a26c538bd3ffd06361f1aa8f68566f7b15
parent1739b108dccb3225672eb85776aa9b5fda99dad5
More work on tags/branches.

Tearing apart code to get it to work properly. Display of branches with
both CVS and Git looks good - however, the code has been removed to view
only commits on a certain branch (since it was CVS specific). This code
will be rewritten in the individual drivers.

Change supportsFeature() -> hasFeature()

Distinguish between heads (branches) and tags in Git.
16 files changed:
chora/browse.php
chora/co.php
chora/cvsgraph.php
chora/diff.php
chora/history.php
chora/lib/Chora.php
chora/lib/base.php
chora/patchsets.php
chora/templates/checkout/checkout.inc
chora/templates/diff/hr/header.inc
chora/templates/headerbar.inc
chora/templates/log/rev.inc
framework/Vcs/lib/Horde/Vcs.php
framework/Vcs/lib/Horde/Vcs/Cvs.php
framework/Vcs/lib/Horde/Vcs/Git.php
framework/Vcs/lib/Horde/Vcs/Svn.php