guicmds: Use the difftool module to implement 'Review Branch'
commit8ed3ce2c2c4017c66d3957bd3aefea2ae7e63bb1
authorDavid Aguilar <davvid@gmail.com>
Tue, 27 Dec 2011 06:35:59 +0000 (26 22:35 -0800)
committerDavid Aguilar <davvid@gmail.com>
Tue, 27 Dec 2011 06:35:59 +0000 (26 22:35 -0800)
treee271105d3bfecc9041fe15a19ca331030eb2b579
parent00c2aa4c1be2ce80842a02c27d607c0fbfbae1dd
guicmds: Use the difftool module to implement 'Review Branch'

This removes another level of complexity from the main GUI by
eliminating another user of the "Diff Mode" functionality.

There will be no "diff mode" (and thus less complexity)
in git-cola 1.7.3.

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/classic/view.py
cola/cmds.py
cola/gitcmds.py
cola/guicmds.py
cola/main/model.py
cola/main/view.py