diff --git a/src/components/taglist.rs b/src/components/taglist.rs index 2020d8a9..8232e1cd 100644 --- a/src/components/taglist.rs +++ b/src/components/taglist.rs @@ -384,7 +384,7 @@ impl TagListComponent { Ok(()) } - pub fn update_missing_remote_tags(&mut self) { + fn update_missing_remote_tags(&mut self, remote: String) { if self.has_remotes { self.async_remote_tags.spawn(AsyncRemoteTagsJob::new( self.repo.borrow().clone(), diff --git a/src/tabs/status.rs b/src/tabs/status.rs index 48c30a1d..515536c9 100644 --- a/src/tabs/status.rs +++ b/src/tabs/status.rs @@ -591,6 +591,7 @@ impl Status { self.queue.push(InternalEvent::Push( PushDetails::new( branch, + //TODO: String::new(), PushType::Branch, force,