[commits] Horde-Hatchery branch master updated. bf496881894089aa861cecd26c0701c68f39accd
Michael M Slusarz
slusarz at horde.org
Fri Jan 23 19:33:10 UTC 2009
The branch master has been updated
via bf496881894089aa861cecd26c0701c68f39accd (commit)
via abc2535ea6f8b5cf3860b4630329b854a946e385 (commit)
from 28a4bb38e253fd441f255e3f5908b348aa624efc (commit)
-----------------------------------------------------------------------
commit bf496881894089aa861cecd26c0701c68f39accd
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri Jan 23 12:12:12 2009 -0700
Use assertValidRevision()
framework/Vcs/lib/Horde/Vcs.php | 17 ++++++++---------
framework/Vcs/lib/Horde/Vcs/Cvs.php | 9 ++-------
framework/Vcs/lib/Horde/Vcs/Rcs.php | 7 +++----
framework/Vcs/lib/Horde/Vcs/Svn.php | 8 ++------
4 files changed, 15 insertions(+), 26 deletions(-)
http://git.horde.org/diff.php/framework/Vcs/lib/Horde/Vcs.php?rt=horde-hatchery&r1=abc2535ea6f8b5cf3860b4630329b854a946e385&r2=bf496881894089aa861cecd26c0701c68f39accd
http://git.horde.org/diff.php/framework/Vcs/lib/Horde/Vcs/Cvs.php?rt=horde-hatchery&r1=abc2535ea6f8b5cf3860b4630329b854a946e385&r2=bf496881894089aa861cecd26c0701c68f39accd
http://git.horde.org/diff.php/framework/Vcs/lib/Horde/Vcs/Rcs.php?rt=horde-hatchery&r1=abc2535ea6f8b5cf3860b4630329b854a946e385&r2=bf496881894089aa861cecd26c0701c68f39accd
http://git.horde.org/diff.php/framework/Vcs/lib/Horde/Vcs/Svn.php?rt=horde-hatchery&r1=abc2535ea6f8b5cf3860b4630329b854a946e385&r2=bf496881894089aa861cecd26c0701c68f39accd
-----------------------------------------------------------------------
commit abc2535ea6f8b5cf3860b4630329b854a946e385
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Fri Jan 23 11:49:29 2009 -0700
Remove Horde_Vcs_[Annotate|Checkout|Revision].
All these functions are better off in Horde_Vcs.
chora/annotate.php | 4 +-
chora/browse.php | 2 -
chora/co.php | 2 +-
chora/diff.php | 5 +-
chora/history.php | 17 +-
chora/templates/annotate/line.inc | 4 +-
chora/templates/diff/hr/header.inc | 2 +-
chora/templates/directory/file.inc | 4 +-
chora/templates/log/rev.inc | 2 +-
framework/Vcs/lib/Horde/Vcs.php | 248 +++++++++++--------------------
framework/Vcs/lib/Horde/Vcs/Cvs.php | 111 +++-----------
framework/Vcs/lib/Horde/Vcs/Git.php | 91 +++---------
framework/Vcs/lib/Horde/Vcs/Rcs.php | 22 +--
framework/Vcs/lib/Horde/Vcs/Svn.php | 47 ++-----
14 files changed, 176 insertions(+), 385 deletions(-)
http://git.horde.org/diff.php/chora/annotate.php?rt=horde-hatchery&r1=28a4bb38e253fd441f255e3f5908b348aa624efc&r2=abc2535ea6f8b5cf3860b4630329b854a946e385
http://git.horde.org/diff.php/chora/browse.php?rt=horde-hatchery&r1=28a4bb38e253fd441f255e3f5908b348aa624efc&r2=abc2535ea6f8b5cf3860b4630329b854a946e385
http://git.horde.org/diff.php/chora/co.php?rt=horde-hatchery&r1=28a4bb38e253fd441f255e3f5908b348aa624efc&r2=abc2535ea6f8b5cf3860b4630329b854a946e385
http://git.horde.org/diff.php/chora/diff.php?rt=horde-hatchery&r1=28a4bb38e253fd441f255e3f5908b348aa624efc&r2=abc2535ea6f8b5cf3860b4630329b854a946e385
http://git.horde.org/diff.php/chora/history.php?rt=horde-hatchery&r1=28a4bb38e253fd441f255e3f5908b348aa624efc&r2=abc2535ea6f8b5cf3860b4630329b854a946e385
http://git.horde.org/diff.php/chora/templates/annotate/line.inc?rt=horde-hatchery&r1=d00b01f1eacf57c07fb657bf0e1f9a8ff69e6f2d&r2=abc2535ea6f8b5cf3860b4630329b854a946e385
http://git.horde.org/diff.php/chora/templates/diff/hr/header.inc?rt=horde-hatchery&r1=cacd96365dced53417dc2a963d0a795b1a3bb4c0&r2=abc2535ea6f8b5cf3860b4630329b854a946e385
http://git.horde.org/diff.php/chora/templates/directory/file.inc?rt=horde-hatchery&r1=d8c189c8fe325189ea664c5bbf43dcd651d8c6bc&r2=abc2535ea6f8b5cf3860b4630329b854a946e385
http://git.horde.org/diff.php/chora/templates/log/rev.inc?rt=horde-hatchery&r1=cacd96365dced53417dc2a963d0a795b1a3bb4c0&r2=abc2535ea6f8b5cf3860b4630329b854a946e385
http://git.horde.org/diff.php/framework/Vcs/lib/Horde/Vcs.php?rt=horde-hatchery&r1=9d29bb7e4bf242260d3c400e9de2e887a994765b&r2=abc2535ea6f8b5cf3860b4630329b854a946e385
http://git.horde.org/diff.php/framework/Vcs/lib/Horde/Vcs/Cvs.php?rt=horde-hatchery&r1=9d29bb7e4bf242260d3c400e9de2e887a994765b&r2=abc2535ea6f8b5cf3860b4630329b854a946e385
http://git.horde.org/diff.php/framework/Vcs/lib/Horde/Vcs/Git.php?rt=horde-hatchery&r1=9d29bb7e4bf242260d3c400e9de2e887a994765b&r2=abc2535ea6f8b5cf3860b4630329b854a946e385
http://git.horde.org/diff.php/framework/Vcs/lib/Horde/Vcs/Rcs.php?rt=horde-hatchery&r1=9d29bb7e4bf242260d3c400e9de2e887a994765b&r2=abc2535ea6f8b5cf3860b4630329b854a946e385
http://git.horde.org/diff.php/framework/Vcs/lib/Horde/Vcs/Svn.php?rt=horde-hatchery&r1=9d29bb7e4bf242260d3c400e9de2e887a994765b&r2=abc2535ea6f8b5cf3860b4630329b854a946e385
More information about the commits
mailing list