diff -r a17377628be4 -r 0f38b3fd6c84 log.pl --- a/log.pl Wed Aug 12 18:05:45 2015 +0200 +++ b/log.pl Wed Aug 12 18:06:39 2015 +0200 @@ -107,8 +107,6 @@ # override the HGUSER to the 'remote user' from our SSH connect $ENV{HGUSER} = env_user() // $ENV{USER} // $ENV{LOGNAME} // getpwuid($>); - die identity(); - if ($opt_message =~ /^@(.*)/) { @ARGV = $1; $opt_message = join "", <>;