osx man page for svk::log::filter::head

Query: svk::log::filter::head

OS: osx

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SVK::Log::Filter::Head(3)				User Contributed Perl Documentation				 SVK::Log::Filter::Head(3)

SYNOPSIS
SVK::Log::Filter::Head - pass the first N revisions
DESCRIPTION
The Head filter requires a single integer as its argument. The integer represents the number of revisions that the filter should allow to pass down the filter pipeline. Head only counts revisions that it sees, so if an upstream filter causes the pipeline to skip a revision, Head won't (and can't) count it. As soon as Head has seen the specified number of revisions, it stops the pipeline from processing any further revisions. This filter is particularly useful when searching log messages for patterns (see SVK::Log::Filter::Grep). For example, to view the first three revisions with messages that match "foo", one might use svk log --filter "grep foo | head 3"
STASH
/PROPERTY MODIFICATIONS Head leaves all properties and the stash intact. perl v5.10.0 2008-08-04 SVK::Log::Filter::Head(3)
Related Man Pages
log::log4perl::filter::boolean(3) - suse
svk::command::cmerge(3) - osx
svk::log::changedpath(3) - osx
svk::log::filter::grep(3) - osx
svk::merge::info(3) - osx
Similar Topics in the Unix Linux Community
At A Glance Coloured Real Time Bargraph Generator...
Hearing Aid for OSX 10.12.x and greater.
Shopt -s histappend
Python: Refer a properties file from different location