On 25/10/06, Karl Hasselström <kha@xxxxxxxxxxx> wrote:
On 2006-10-22 15:08:02 +0200, Karl Hasselström wrote: > + def name_taken(name): > + return patchname in name2patch or crt_series.patch_exists(patchname) I just realized, by means of an infinite loop, that "patchname" should be replaced with just "name" in the body of this function. Would you like me to resend the patch?
I can do it, no need to resend. I'll push the patch tonight and you can check it (I also fixed the "reversed" call as it is not available in my Python implementation). -- Catalin - 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