Single editor for multi-repo commit
This release makes mepo commit repo1 repo2 a lot nicer. Before it would spawn an editor for each repo. This seems wrong. Now it will spawn an editor and then use the commit message from that for each commit.
It does this through using git var GIT_EDITOR to figure out an editor and then uses Python temp files.