[PATCH] svn-fe: Conform to pep8

2014-05-08 Thread William Giokas
Quite a large change, most of this was whitespace changes, though there were a few places where I removed a comma or added a few characters. Should pass through pep8 and pass every test. --- contrib/svn-fe/svnrdump_sim.py | 93 +++--- 1 file changed, 52

Re: [PATCH] svn-fe: Conform to pep8

2014-05-08 Thread Jonathan Nieder
Hi, William Giokas wrote: Quite a large change, most of this was whitespace changes, though there were a few places where I removed a comma or added a few characters. Should pass through pep8 and pass every test. Thanks! Mind if I forge your sign-off? (See Documentation/SubmittingPatches

Re: [PATCH] svn-fe: Conform to pep8

2014-05-08 Thread William Giokas
On Thu, May 08, 2014 at 07:46:33PM -0700, Jonathan Nieder wrote: Hi, William Giokas wrote: Quite a large change, most of this was whitespace changes, though there were a few places where I removed a comma or added a few characters. Should pass through pep8 and pass every test.