Skip to content

Commit 4cb5d10

Browse files
committed
Merge branch 'master' of git://bogomips.org/git-svn
* 'master' of git://bogomips.org/git-svn: git-svn.perl: close the edit for propedits even with no mods
2 parents 7e02a6c + 93ccbba commit 4cb5d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-svn.perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5389,7 +5389,7 @@ sub apply_diff {
53895389
$self->{mergeinfo});
53905390
}
53915391
$self->rmdirs if $_rmdir;
5392-
if (@$mods == 0) {
5392+
if (@$mods == 0 && !defined($self->{mergeinfo})) {
53935393
$self->abort_edit;
53945394
} else {
53955395
$self->close_edit;

0 commit comments

Comments
 (0)