Hi Junio, Junio C Hamano wrote: > Ramkumar Ramachandra <artagnon@xxxxxxxxx> writes: > >> Three kinds of errors can arise from parsing '.git/sequencer/todo': >> 1. Unrecognized action >> 2. Missing space after valid action prefix > > I think these two are the same and shouldn't result in different error > messages, i.e. the first one in this sequence is still an "Unrecognized > action" error and does not have anything to do with "pick" action. > > pickle rr/cherry-pick~4 > pick rr/cherry-pick~3 Good point. I'll change the parser to check for "pick " || "pick\t" and "revert " || "revert\t" explicitly in the re-roll. Thanks. -- Ram -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html