rebase: update the model when using "git cola rebase"
commite445401ea2227df4e4b5efae8452caaf0931044e
authorDavid Aguilar <davvid@gmail.com>
Fri, 19 Apr 2024 02:19:11 +0000 (18 19:19 -0700)
committerDavid Aguilar <davvid@gmail.com>
Fri, 19 Apr 2024 02:19:11 +0000 (18 19:19 -0700)
treed72820700b734f31b94507a9003f8d20743a42f6
parentc877d2a98741bbb79423d8fd99e4c4def68e0770
rebase: update the model when using "git cola rebase"

Get the completion widget working by ensuring that we've updated our
branches and tags before running the Rebase command.

The Rebase command uses GitRefDialog, which needs the model to have been
refreshed.
cola/main.py