1SVK::Log::ChangedPaths(U3s)er Contributed Perl DocumentatSiVoKn::Log::ChangedPaths(3)
2
3
4

NAME

6       SVK::Log::ChangedPaths - partly lazy list of SVK::Log::ChangedPath
7       objects
8

SYNOPSIS

10           use SVK::Log::ChangedPaths;
11           my $changed_paths = SVK::Log::ChangedPaths->new( $root );
12           for my $changed_path ( $changed_paths->paths() ) {
13               ...
14           }
15

DESCRIPTION

17       An object of this class represents a collection of details about the
18       files/directories that were changed in a particular revision.  Some log
19       filters want access to information about which paths were affected dur‐
20       ing a certain revision and others don't.  Using this object allows the
21       calculation of path details to be postponed until it's truly needed.
22

METHODS

24       new
25
26       Accepts the return value of "SVK::Path->root()" as a parameter and con‐
27       structs a SVK::Log::ChangedPaths object from it.
28
29       paths
30
31       Returns a list of SVK::Log::ChangedPath objects each of which repre‐
32       sents the details of the changes to a particular path.
33

DIAGNOSTICS

35       None
36

CONFIGURATION AND ENVIRONMENT

38       SVK::Log::ChangedPaths requires no configuration files or environment
39       variables.
40

DEPENDENCIES

42       ·   SVK::Log::ChangedPath
43

INCOMPATIBILITIES

45       None known
46

BUGS AND LIMITATIONS

48       None known
49
50
51
52perl v5.8.8                       2006-12-28         SVK::Log::ChangedPaths(3)
Impressum