prune empty directories when switching to just created tag or branch

This commit is contained in:
Bas Leijdekkers
2012-10-22 15:20:35 +02:00
parent c420b39cc2
commit d29cb021cd
@@ -32,7 +32,7 @@ public class UpdateByBranchUpdateSettings implements UpdateSettings{
}
public boolean getPruneEmptyDirectories() {
return false;
return true;
}
public String getBranch1ToMergeWith() {