1SVK::Log::Filter::Std(3U)ser Contributed Perl DocumentatiSoVnK::Log::Filter::Std(3)
2
3
4

NAME

6       SVK::Log::Filter::Std - display log messages in standard SVK format
7

SYNOPSIS

9           > svk log
10           ----------------------------------------------------------------------
11           r1234 (orig r456):  author ⎪ 2006-05-15 09:28:52 -0600
12
13           This is the commit message for the revision.
14           ----------------------------------------------------------------------
15           > svk log --output std
16           ...
17

DESCRIPTION

19       The Std filter is the standard output filter for displaying log mes‐
20       sages.  The log format is designed to be similar to the output of Sub‐
21       version's log command.  Two arguments to the log command modify the
22       standard output format.
23
24       quiet
25
26       Providing this command-line option to the log command prevents the con‐
27       tents of the log message from being displayed.  All other information
28       is displayed as usual.
29
30       verbose
31
32       Providing this command-line option to the log command displays history
33       information for each revision.  The history includes the kind of modi‐
34       fication (modify, add, delete) and any copy history for each path that
35       was modified in the revision.
36

STASH/PROPERTY MODIFICATIONS

38       Std leaves all properties and the stash intact.
39
40
41
42perl v5.8.8                       2006-12-28          SVK::Log::Filter::Std(3)
Impressum