cmds: avoid clobbering "LoadCommitMessage"
commit86971c64b8d2b9422439ca08530c5685dd5d0005
authorDavid Aguilar <davvid@gmail.com>
Tue, 8 Oct 2013 21:56:18 +0000 (8 14:56 -0700)
committerDavid Aguilar <davvid@gmail.com>
Tue, 8 Oct 2013 21:56:18 +0000 (8 14:56 -0700)
treef30258416304e74d845f4afe35ec56ac82d529f5
parente060a48fed1263db45e3eb7a18dd7d3dfaf46a61
cmds: avoid clobbering "LoadCommitMessage"

Rename the command classes to avoid a name-clash between the command
that loads commit messages from files and the one that loads them from
SHA-1s.

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