[svk-commit] r3117 - branches/delta-refactor/lib/SVK/Command
nobody at bestpractical.com
nobody at bestpractical.com
Mon Nov 3 07:08:51 EST 2008
Author: clkao
Date: Mon Nov 3 07:08:48 2008
New Revision: 3117
Modified:
branches/delta-refactor/lib/SVK/Command/Commit.pm
branches/delta-refactor/lib/SVK/Command/Revert.pm
Log:
only diff has use_old_delta now.
Modified: branches/delta-refactor/lib/SVK/Command/Commit.pm
==============================================================================
--- branches/delta-refactor/lib/SVK/Command/Commit.pm (original)
+++ branches/delta-refactor/lib/SVK/Command/Commit.pm Mon Nov 3 07:08:48 2008
@@ -635,7 +635,6 @@
)
: ( absent_ignore => 1 ),
cb_copyfrom => $cb{cb_copyfrom},
- use_old_delta => ($self->{check_only} || $self->{import}),
}
);
delete $self->{save_message};
Modified: branches/delta-refactor/lib/SVK/Command/Revert.pm
==============================================================================
--- branches/delta-refactor/lib/SVK/Command/Revert.pm (original)
+++ branches/delta-refactor/lib/SVK/Command/Revert.pm Mon Nov 3 07:08:48 2008
@@ -126,11 +126,6 @@
cb_unknown => sub {
shift->unknown(@_);
},
- # XXX: we are unscheduling things a bit too early that
- # interferes with the new delta code. this might be
- # solved if we don't flush add_directory as soon as we get
- # the editor calls.
- use_old_delta => 1,
}
);
More information about the svk-commit
mailing list