editremotes: Simplify getting remote names
commitff5305800bc89a60941f62e20ba9a1b1db4caeb1
authorDavid Aguilar <davvid@gmail.com>
Fri, 13 Apr 2012 09:39:18 +0000 (13 02:39 -0700)
committerDavid Aguilar <davvid@gmail.com>
Fri, 13 Apr 2012 09:39:18 +0000 (13 02:39 -0700)
tree621b14c6d859cdad91b9504c1ea6be5cf6488ded
parenta06d150e7c64c6c85a4f278930788e2b90c824f5
editremotes: Simplify getting remote names

Use `git remote` to get the remote repository names.
This is simpler and faster then searching for git config
variables matching 'remote.*.url'.

Closes #123

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