From: Brendan Cully Date: Wed, 30 Jan 2008 05:06:38 +0000 (-0800) Subject: Fix typo in hg-commit X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c878bb10c6d321fbb6b32427bdfe1ccd6bd8bb0d;p=neomutt Fix typo in hg-commit --- diff --git a/hg-commit b/hg-commit index 2f6ea9af5..818fbc4b6 100755 --- a/hg-commit +++ b/hg-commit @@ -34,6 +34,6 @@ done hg log --no-merges --style=./hg-changelog-map -r tip:$lrev hg cat ChangeLog } > ChangeLog -${VISUAL:-${EDITOR-:vi}} ChangeLog +${VISUAL:-${EDITOR:-vi}} ChangeLog hg commit "$@" $cl