pull: Remember the 'rebase' checkbox state between invocations
commit2eb5c7c169667000b339684bbe3314e6350ed254
authorDavid Aguilar <davvid@gmail.com>
Thu, 19 Jan 2012 10:39:55 +0000 (19 02:39 -0800)
committerDavid Aguilar <davvid@gmail.com>
Thu, 19 Jan 2012 10:51:13 +0000 (19 02:51 -0800)
tree7d0786dec4326160694c79498ea67ac3b412df04
parentcd5575ceeb5577370c00d3ac1417bff0678c2455
pull: Remember the 'rebase' checkbox state between invocations

Save the value of the 'rebase' checkbox so that `git pull --rebase`
users do not need to remember to click on the checkbox each time.

The infrastructure is fully in place to save/restore options in every
dialog so it's finally time to close this issue.

Closes #4

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/widgets/remote.py