changeset 104 | 0f38b3fd6c84 |
parent 101 | cf013e058c93 |
child 111 | 1898ce7c3fd3 |
--- 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 "", <>;