[svk-commit] r2943 - trunk/lib/SVK
nobody at bestpractical.com
nobody at bestpractical.com
Mon Jun 30 06:52:38 EDT 2008
Author: ruz
Date: Mon Jun 30 06:52:36 2008
New Revision: 2943
Modified:
trunk/lib/SVK/XD.pm
Log:
* minor
Modified: trunk/lib/SVK/XD.pm
==============================================================================
--- trunk/lib/SVK/XD.pm (original)
+++ trunk/lib/SVK/XD.pm Mon Jun 30 06:52:36 2008
@@ -622,13 +622,14 @@
source => $self->create_path_object(%arg) });
}
- my $path;
unless ($arg{depot}) {
my $depotname = delete $arg{depotname};
my $repospath = delete $arg{repospath};
my $repos = delete $arg{repos};
$arg{depot} = SVK::Depot->new({ depotname => $depotname, repos => $repos, repospath => $repospath });
}
+
+ my $path;
if (defined (my $view = delete $arg{view})) {
require SVK::Path::View;
$path = SVK::Path::View->real_new
More information about the svk-commit
mailing list