[svk-commit] r2780 - branches/moose/lib/SVK/Path
nobody at bestpractical.com
nobody at bestpractical.com
Mon Apr 28 13:47:17 EDT 2008
Author: clkao
Date: Mon Apr 28 13:47:16 2008
New Revision: 2780
Modified:
branches/moose/lib/SVK/Path/Checkout.pm
branches/moose/lib/SVK/Path/CommandTargetRole.pm
Log:
adding role todos.
Modified: branches/moose/lib/SVK/Path/Checkout.pm
==============================================================================
--- branches/moose/lib/SVK/Path/Checkout.pm (original)
+++ branches/moose/lib/SVK/Path/Checkout.pm Mon Apr 28 13:47:16 2008
@@ -67,6 +67,7 @@
has 'source' => (
is => "rw",
traits => [qw(Clone)],
+ # FIXME: handles => 'SVK::Path::CommandTargetRole',
handles => [qw(same_repos same_source is_mirrored normalize path universal contains_mirror depot depotpath depotname related_to copied_from search_revision merged_from revision repos path_anchor path_target repospath as_url)],
);
Modified: branches/moose/lib/SVK/Path/CommandTargetRole.pm
==============================================================================
--- branches/moose/lib/SVK/Path/CommandTargetRole.pm (original)
+++ branches/moose/lib/SVK/Path/CommandTargetRole.pm Mon Apr 28 13:47:16 2008
@@ -3,6 +3,8 @@
with('MooseX::Clone');
+#requires $_ for qw(same_repos same_source is_mirrored normalize path universal contains_mirror related_to copied_from search_revision merged_from revision path_target as_url);
+
has inspector => (
isa => "SVK::Inspector",
is => "rw",
@@ -21,4 +23,5 @@
traits => [qw(NoClone)],
);
+
1;
More information about the svk-commit
mailing list