[svk-commit] r2184 - trunk/lib/SVK

clkao at bestpractical.com clkao at bestpractical.com
Sun Nov 19 05:11:47 EST 2006


Author: clkao
Date: Sun Nov 19 05:11:47 2006
New Revision: 2184

Modified:
   trunk/lib/SVK/Path.pm

Log:
minor doc tweaks.

Modified: trunk/lib/SVK/Path.pm
==============================================================================
--- trunk/lib/SVK/Path.pm	(original)
+++ trunk/lib/SVK/Path.pm	Sun Nov 19 05:11:47 2006
@@ -372,12 +372,12 @@
     return '/'.$self->depotname.$self->{path};
 }
 
-# depotpath only for now
-# cache revprop:
-# svk:copy_cache
+=head2 copy_ancestors
 
-# svk:copy_cache_prev points to the revision in the depot that the
-# previous copy happens.
+Returns a list of C<(path, rev)> pairs, which are ancestors of the
+current node.
+
+=cut
 
 sub copy_ancestors {
     my $self = shift;


More information about the svk-commit mailing list