8000 remote: show remote messages for Fetch, Push and Pull · ag-python-qt/git-cola@1ac3642 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1ac3642

Browse files
committed
remote: show remote messages for Fetch, Push and Pull
Signed-off-by: David Aguilar <davvid@gmail.com>
1 parent 9915374 commit 1ac3642

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cola/widgets/remote.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -573,12 +573,11 @@ def push_to_all(self, _remote, *args, **kwargs):
573573
def action_callback(self):
574574
"""Perform the actual fetch/push/pull operation"""
575575
action = self.action
576-
remote_messages = False
576+
remote_messages = get(self.remote_messages_checkbox)
577577
if action == FETCH:
578578
model_action = self.model.fetch
579579
elif action == PUSH:
580580
model_action = self.push_to_all
581-
remote_messages = get(self.remote_messages_checkbox)
582581
else: # if action == PULL:
583582
model_action = self.model.pull
584583

0 commit comments

Comments
 (0)
0