fetch: add ability to fetch into a remote tracking branch
commit86879f43a11e32cfbfe5f883eb2c8d5995b5265d
authorDavid Aguilar <davvid@gmail.com>
Tue, 12 Mar 2024 07:05:34 +0000 (12 00:05 -0700)
committerDavid Aguilar <davvid@gmail.com>
Tue, 12 Mar 2024 08:05:07 +0000 (12 01:05 -0700)
tree115345be86cf6ea507731f098ed3ccf0a70dfac2
parent1f99aa1793b1b12ed456c63855ce1f06a7c48d75
fetch: add ability to fetch into a remote tracking branch

Fetch directly into the remote tracking branch when only the
remote branch is selected in the Fetch dialog.

Related-to: #729
Signed-off-by: David Aguilar <davvid@gmail.com>
CHANGES.rst
cola/models/main.py
test/main_model_test.py