Make the commit browser properly handle merge commits
commit66c92acb3d5a0f60b3e6edd006161191dbd53f60
authorDavid Aguilar <davvid@gmail.com>
Sun, 30 Dec 2007 20:36:43 +0000 (30 12:36 -0800)
committerDavid Aguilar <davvid@gmail.com>
Sun, 30 Dec 2007 20:36:43 +0000 (30 12:36 -0800)
treefce8daa81c894b33120fbcc16b443d1823dafc07
parent992e810a478dfe9670a4161830883d21035cb1d9
Make the commit browser properly handle merge commits

The commit browser was not properly checking if a commit was a merge.  In those cases, it would not display the entire contents of the commit.  A new method was added to handle this case and hooked into the utilcontroller.

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