mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-21 16:41:32 +03:00
Merge pull request #4314 from gitbutlerapp/fix-migration-cdoe
Update other logic TODO: dedup logic
This commit is contained in:
commit
8e7d9c9f64
@ -43,7 +43,7 @@ impl VirtualBranches {
|
||||
self.list_all_branches().map(|branches| {
|
||||
branches
|
||||
.into_iter()
|
||||
.filter(|branch| branch.in_workspace)
|
||||
.filter(|branch| branch.in_workspace && !branch.is_old_unapplied())
|
||||
.collect()
|
||||
})
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user