NAME
SVK::Editor::Combine - An editor combining several editor calls to one
SYNOPSIS
$editor = SVK::Editor::Combine->new
( baseroot => $fs->revisionroot ($rev),
);# feed several sets of editor calls to $editor
# drive $othereditor with the combined editor calls
$editor->replay ($othereditor);
perl v5.8.8 2006-12-28 SVK::Editor::Combine(3)