t / t4018 / perl-sub-definitionon commit sequencer: do not squash 'reword' commits when we hit conflicts (a9279c6)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}