cmds: Add a separate RescanAndRefresh command for updating the index
commit6f000536aa6ea4d6956af34ae5476d506bd4b0ec
authorDavid Aguilar <davvid@gmail.com>
Tue, 22 Nov 2011 21:39:16 +0000 (22 13:39 -0800)
committerDavid Aguilar <davvid@gmail.com>
Tue, 22 Nov 2011 21:39:16 +0000 (22 13:39 -0800)
tree025563e4dfab7ee18964a4fab3b901a42d99f029
parent0d61f4d3401737ae9646f9fae590b71baafe8d22
cmds: Add a separate RescanAndRefresh command for updating the index

The Rescan command updates the index and thus interferes with other git
operations such as interactive rebasing.

Change the Rescan command so that it does not refresh the index.
Introduce a new RescanAndRefresh command for that purpose and bind it
to the 'Rescan' button and menu item.

Closes #99

Reported-by: luchio@github.com
Signed-off-by: David Aguilar <davvid@gmail.com>
cola/cmds.py
cola/main/controller.py
cola/main/view.py
cola/signals.py