File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,6 @@ use crate::{Outcome, default_target_setting_if_none};
23
23
/// - Create an oplog snaposhot entry _before_ the automation is executed
24
24
/// - Create an oplog snapshot entry _after_ the automation is executed
25
25
/// - Create a separate persisted entry recording the request context and IDs for the two oplog snapshots
26
- ///
27
- /// TODO:
28
- /// - Handle the case of target branch not being configured
29
26
pub fn handle_changes (
30
27
ctx : & mut CommandContext ,
31
28
change_summary : & str ,
@@ -85,7 +82,7 @@ fn handle_changes_simple_inner(
85
82
}
86
83
OperatingMode :: OutsideWorkspace ( _) => {
87
84
let default_target = vb_state. get_default_target ( ) ?;
88
- gitbutler_branch_actions:: set_base_branch ( ctx, & default_target. branch , true , perm) ?;
85
+ gitbutler_branch_actions:: set_base_branch ( ctx, & default_target. branch , false , perm) ?;
89
86
}
90
87
}
91
88
You can’t perform that action at this time.
0 commit comments