1: <?php
2: /**
3: * Svn quick log class.
4: *
5: * Provides information for the most recent log entry of a file.
6: *
7: * Copyright 2011-2012 Horde LLC (http://www.horde.org/)
8: *
9: * See the enclosed file COPYING for license information (LGPL). If you
10: * did not receive this file, see http://www.horde.org/licenses/lgpl21.
11: *
12: * @author Anil Madhavapeddy <anil@recoil.org>
13: * @author Jan Schneider <jan@horde.org>
14: * @package Vcs
15: */
16: class Horde_Vcs_QuickLog_Svn extends Horde_Vcs_QuickLog_Base
17: {
18: }
19: