Added interactive diff gui
commit4144137d411909922707353639cf11931f911510
authorDavid Aguilar <davvid@gmail.com>
Fri, 21 Dec 2007 13:47:54 +0000 (21 05:47 -0800)
committerDavid Aguilar <davvid@gmail.com>
Fri, 21 Dec 2007 13:47:54 +0000 (21 05:47 -0800)
tree6f8f58e32fa287714738fb19d1713e7e3b225bde
parentbdfb60d4babd81a743993887a365c07c33a1e641
Added interactive diff gui

Right-clicking on the diff display now allows you to stage selected hunks from an unstaged diff.  This was one of the main pieces of functionality missing from git-gui that is now supported by ugit.

Signed-off by: David Aguilar <davvid@gmail.com>
py/cmds.py
py/controllers.py
py/models.py
py/syntax.py
py/utils.py