Add a context menu to the unstaged item list
commitd98bf524ed031a98a3730c587e166a2ef6e549aa
authorDavid Aguilar <davvid@gmail.com>
Mon, 25 Feb 2008 09:20:14 +0000 (25 01:20 -0800)
committerDavid Aguilar <davvid@gmail.com>
Mon, 25 Feb 2008 09:28:29 +0000 (25 01:28 -0800)
treeae83a0825f850f109e1cf595abaf1ad5fa9c0603
parent0c42bd8dc50702f51fa1283a57782b2fea8e6a69
Add a context menu to the unstaged item list

Right-clicking on the unstaged item list now displays two menu choices:
Stage Selected
Undo Local Changes

"Undo Local Changes" checks the file out from HEAD, thus dropping all
uncommitted changes.  The user is prompted before proceeding with
this action.

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