Skip to content

Commit 520158b

Browse files
authored
Merge pull request #10476 from gitbutlerapp/kv-branch-55
but base update - fix an issue with updating base when there are no applied branches
2 parents f2fa939 + 0144965 commit 520158b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

crates/but/src/base/mod.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,6 @@ pub fn handle(cmd: &Subcommands, repo_path: &Path, json: bool) -> anyhow::Result
119119
the updates. Please commit or stash them and try again."
120120
);
121121
None
122-
} else if statuses.is_empty() {
123-
println!("✅ Everything is up to date");
124-
None
125122
} else {
126123
println!("🔄 Updating branches...");
127124
let mut resolutions = vec![];

0 commit comments

Comments
 (0)