[svk-commit] r2383 - trunk/lib/SVK
nobody at bestpractical.com
nobody at bestpractical.com
Mon Apr 9 04:31:41 EDT 2007
Author: clkao
Date: Mon Apr 9 04:31:40 2007
New Revision: 2383
Modified:
trunk/lib/SVK/Path.pm
Log:
take notee option in SVK::Path->get_editor.
Modified: trunk/lib/SVK/Path.pm
==============================================================================
--- trunk/lib/SVK/Path.pm (original)
+++ trunk/lib/SVK/Path.pm Mon Apr 9 04:31:40 2007
@@ -268,7 +268,8 @@
my $use_tee;
my $post_handler;
if ($m) {
- $use_tee = SVN::Delta->can('invoke_window_handler') &&
+ $use_tee = !$arg{notee} &&
+ SVN::Delta->can('invoke_window_handler') &&
$m->_backend->has_replay;
my $mcallback = sub {
my $rev = shift;
More information about the svk-commit
mailing list