On 2006-05-18 13:11:52 +0100, Catalin Marinas wrote: > On 18/05/06, Karl Hasselström <kha@xxxxxxxxxxx> wrote: > > > + if len(dirs) != 0: > > + # We have branch names with / in them. > > + branch_chars = r'[^@]' > > + patch_id_mark = r'//' > > + else: > > + # No / in branch names. > > + branch_chars = r'[^@%/]' > > I removed % from the above regexp. Ah, I missed one. Perhaps I should act surprised . . . :-) -- Karl Hasselström, kha@xxxxxxxxxxx www.treskal.com/kalle - : 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