controllers.remote: DTRT when doing fetch, push, pull
commit49107e6dfd98b7d53a8fa8cc4505f8296be56b6b
authorDavid Aguilar <davvid@gmail.com>
Thu, 8 Apr 2010 08:22:13 +0000 (8 01:22 -0700)
committerDavid Aguilar <davvid@gmail.com>
Thu, 8 Apr 2010 08:24:31 +0000 (8 01:24 -0700)
treeba57595137db629a19cf27a850065ce2e020e448
parent8c0df5e3b8382865710ad4d648518d4c0fb972a6
controllers.remote: DTRT when doing fetch, push, pull

This sets appropriate defaults for the remote dialogs so that
we can simply click 'fetch', 'push', or 'pull' and it'll do the
normal expected thing, such as:

git fetch origin
git push origin master
git pull origin master

Closes #43

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