]> granicus.if.org Git - mutt/commitdiff
Fix typo in hg-commit
authorBrendan Cully <brendan@kublai.com>
Wed, 30 Jan 2008 05:06:38 +0000 (21:06 -0800)
committerBrendan Cully <brendan@kublai.com>
Wed, 30 Jan 2008 05:06:38 +0000 (21:06 -0800)
hg-commit

index 2f6ea9af511139c10b2060d871df08497e35d46d..818fbc4b6a3de9d6a628ff206f0186a64d95e76d 100755 (executable)
--- 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