William Giokas wrote: > Which is a whole bunch of errors and warnings thrown by pep8. Is pep8 > just getting put by the wayside? I would much rather have these > scripts conform to that and have an actual coding style rather than > just be a hodge-podge of different styles. Personally I try to follow pep8 in git-remote-{hg,bzr}, but only to some extent. I do this: [pep8] ignore = E401,E302,E201,E202,E203,E126,E128 max-line-length = 160 That said there's a couple of issues present that I didn't notice. Thanks for checking. -- Felipe Contreras -- 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