completion: add a completion model for "potential" branches
commit1a0a7218e970b502c1e54f2eab5e8d7e791c3cca
authorDavid Aguilar <davvid@gmail.com>
Thu, 24 Sep 2015 06:00:59 +0000 (23 23:00 -0700)
committerDavid Aguilar <davvid@gmail.com>
Thu, 24 Sep 2015 06:00:59 +0000 (23 23:00 -0700)
tree1bab47adeb9153ec7fe0ddb2dca840f474a93927
parent91de4bfc00eb025a5eadf72471d23e03faa5d73b
completion: add a completion model for "potential" branches

Potential branches are branches that exist remotely but do not yet exist
locally.  These branches are offered for completion in addition to
existing git refs.

Related-to: #390
Signed-off-by: David Aguilar <davvid@gmail.com>
cola/widgets/completion.py