controllers.remote: Filter remote branches when selecting remotes
commit8c0df5e3b8382865710ad4d648518d4c0fb972a6
authorDavid Aguilar <davvid@gmail.com>
Thu, 8 Apr 2010 08:18:03 +0000 (8 01:18 -0700)
committerDavid Aguilar <davvid@gmail.com>
Thu, 8 Apr 2010 08:24:31 +0000 (8 01:24 -0700)
treeb75ba49cc2974e8eca9a64663469668542b94e1a
parent8234444bd7a18aef441e3b01293e01b60241e8f4
controllers.remote: Filter remote branches when selecting remotes

This uses a fnmatch pattern to find remote names matching
remote/*.  This is a common enough convention that we should
do it by default.  If nothing matches we fallback to showing
everything.

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