X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2FBarrel.php;fp=include%2FBarrel.php;h=a1ba57438913e4f535075da97cef156a2cb7e750;hb=cb8988c6b523263a756aa516ed5af09826f67783;hp=7eb24a54efe1cf88dc78836e4c4f795b81ec4331;hpb=22e6ed21411ae161f270237157f67e0c4e6c6ef4;p=diogenes.git diff --git a/include/Barrel.php b/include/Barrel.php index 7eb24a5..a1ba574 100644 --- a/include/Barrel.php +++ b/include/Barrel.php @@ -87,7 +87,7 @@ class Diogenes_Barrel $this->flags = new flagset($flags); $this->options = new Diogenes_Barrel_Options($this->alias); - $this->spool = new DiogenesSpool($this,$this->alias); + $this->spool = new Diogenes_VCS_Spool($this,$this->alias); $this->readTree(); }