[vhffs-dev] [1611] The infamous "Ooops..." commit. |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1611
Author: guillaumito
Date: 2010-06-06 23:15:20 +0200 (Sun, 06 Jun 2010)
Log Message:
-----------
The infamous "Ooops..." commit. This time I forgot to update
Services.pm, this is fixed.
Modified Paths:
--------------
trunk/vhffs-api/src/Vhffs/Services.pm
Modified: trunk/vhffs-api/src/Vhffs/Services.pm
===================================================================
--- trunk/vhffs-api/src/Vhffs/Services.pm 2010-06-06 21:10:08 UTC (rev 1610)
+++ trunk/vhffs-api/src/Vhffs/Services.pm 2010-06-06 21:15:20 UTC (rev 1611)
@@ -45,6 +45,7 @@
use Vhffs::Services::Svn;
use Vhffs::Services::Git;
use Vhffs::Services::Mercurial;
+use Vhffs::Services::Bazaar;
use Vhffs::Services::Cron;
1;