views.main: Fix a typo when loading merge commit messages
commite40455e374ac839106e0c2347cbab10180972c25
authorDavid Aguilar <davvid@gmail.com>
Sat, 31 Oct 2009 21:47:57 +0000 (31 14:47 -0700)
committerDavid Aguilar <davvid@gmail.com>
Sat, 31 Oct 2009 22:00:10 +0000 (31 15:00 -0700)
tree5649470bae03d0126d7caad5d1aa3b18fc63c8fe
parent1ef741d6826adabd6a5b8e2032b5c27be7656320
views.main: Fix a typo when loading merge commit messages

self.merge_message_hash was mistyped as self.merge_msg_hash.

Closes #30

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