forked from mirrors/jj
The two PRs were incompatible, but it seems they were allowed to "merge" (rebase) because the merge was conflict free?
This commit is contained in:
parent
305adf05cc
commit
1f2753fd3f
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ impl WorkspaceCommandHelper {
|
|||
self.repo = tx.commit();
|
||||
locked_working_copy.finish(self.repo.op_id().clone());
|
||||
} else {
|
||||
let num_rebased = tx.mut_repo().rebase_descendants(ui.settings());
|
||||
let num_rebased = tx.mut_repo().rebase_descendants(ui.settings())?;
|
||||
if num_rebased > 0 {
|
||||
writeln!(
|
||||
ui,
|
||||
|
|
Loading…
Reference in a new issue