rc() {
  local msg="`perl <ChangeLog -00 -ne 's/^  \d{2} \w{3} \d{4};.*?:\n  //s and chomp, s/\s+/ /g, print($_), exit'`"
  repoman commit -m "${msg}"
}
