models: handle loading MERGE_MSG and SQUASH_MSG
commitb366d30fe32dc32434967273f1545fbf39c625f0
authorDavid Aguilar <davvid@gmail.com>
Tue, 15 Apr 2008 09:36:40 +0000 (15 02:36 -0700)
committerDavid Aguilar <davvid@gmail.com>
Tue, 15 Apr 2008 09:36:40 +0000 (15 02:36 -0700)
tree74c977d4ae073b9534b0452fa9ca8eb5619d9a12
parent9277ac02288f1e53075c2643ae101b1daad97b7b
models: handle loading MERGE_MSG and SQUASH_MSG

ugit now detects both MERGE_MSG and SQUASH_MSG
and loads them into the commit message editor.

Signed-off-by: David Aguilar <davvid@gmail.com>
ugit/controllers/__init__.py
ugit/git.py
ugit/models.py