}
open my $fh, '>', '.commitmsg'
or die ">.commitmsg: $!";
- print $fh "REJECT\n$cmsg" . "::stable-branch::reject=$r\n"
+ print $fh "REJECT! $cmsg" . "::stable-branch::reject=$r\n"
or die ">.commitmsg: $!";
close $fh
or die ">.commitmsg: $!";
}
open my $fh, '>', '.commitmsg'
or die ">.commitmsg: $!";
- print $fh "UNREJECT\n$cmsg" . "::stable-branch::unreject=$r\n"
+ print $fh "UNREJECT! $cmsg" . "::stable-branch::unreject=$r\n"
or die ">.commitmsg: $!";
close $fh
or die ">.commitmsg: $!";
}
open my $fh, '>', '.commitmsg'
or die ">.commitmsg: $!";
- print $fh "UNMERGE\n$cmsg" . "::stable-branch::unmerge=$r\n"
+ print $fh "UNMERGE! $cmsg" . "::stable-branch::unmerge=$r\n"
or die ">.commitmsg: $!";
close $fh
or die ">.commitmsg: $!";