Invoke the correct interactive editor
authorKarl Hasselström <kha@treskal.com>
Sun, 21 Sep 2008 12:17:43 +0000 (14:17 +0200)
committerKarl Hasselström <kha@treskal.com>
Sun, 21 Sep 2008 12:19:07 +0000 (14:19 +0200)
commitd010528933a0f321c41d9e23e6b09a09365a318b
tree7698cd07494b77ea755d2e66cb4d1ae858110dd2
parentef954fe616e3a8012d247292dc8a82a4e3d8d333
Invoke the correct interactive editor

The order is supposed to be GIT_EDITOR, stgit.editor, core.editor,
VISUAL, EDITOR, vi. This patch makes it so.

Signed-off-by: Karl Hasselström <kha@treskal.com>
stgit/utils.py
t/t3300-edit.sh
t/test-lib.sh