usability: Allow staging all files when committing
commit2bdae67221f9510835e0120f9fa176104cf59588
authorDavid Aguilar <davvid@gmail.com>
Sat, 24 Jul 2010 19:41:04 +0000 (24 12:41 -0700)
committerDavid Aguilar <davvid@gmail.com>
Sat, 24 Jul 2010 19:42:11 +0000 (24 12:42 -0700)
tree5ac93bb74702267d424c25f107477ed156471d6b
parent802e0811dd857134538f20769da4531e4a57ac61
usability: Allow staging all files when committing

Staging files one at a time is a pain; normally from the
command line I just do 'commit -a'.

A GUI equivalent would be nice. Instead of 'Commit' coming
back with 'There are no staged files die', it could say,

'There are no staged files.
 Do you want to stage and commit all modified files?'

Closes #55

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