chiark / gitweb /
git-debrebase: drop a superfluous rm_subdir_cached qw(debian/patches)
[dgit.git] / git-debrebase
index 5fa4f47377ae3e4035606f989beaee4aed40afb2..aacad91771bdd88746b08b68236522039be276bf 100755 (executable)
@@ -738,7 +738,6 @@ sub walk ($;$$) {
                next;
            } elsif ($method eq 'DgitImportDebianUpdate') {
                $read_tree_debian->($cltree);
-               rm_subdir_cached qw(debian/patches);
            } elsif ($method eq 'DgitImportUpstreamUpdate') {
                confess unless $rewriting;
                my $differs = (get_differs $build, $cltree);