mercurial - Mecurial: commit automatcally returns "abort: empty commit message" -


i have been using mercurial few months , other day when went hg commit, editor launched empty file named "/tmp/hg-editor-i48e8z.txt" , in terminal automatically returned "abort: empty commit message" error.

it had been working fine , still works fine other users on same machine. way i've been able commit specify commit message @ command line. don't doing because can double-check files included in changeset when editor pops up.

does know may have caused this/how fix this?

this on redhat linux machine, mercurial version 1.

and of course, found out was...

i setting editor , visual environment variables incorrectly.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -