[python-committers] SVN pre-comit hook extended

2009-01-04 Thread Georg Brandl
Quick note: I've extended the pre-commit hook to also check documentation files (*.rst) for trailing whitespace and tabs. If you find a bug that doesn't let you commit legitimate content, please notify me. Thanks, Georg -- Thus spake the Lord: Thou shalt indent with four spaces. No more, no le

Re: [python-committers] SVN pre-comit hook extended

2009-01-04 Thread Benjamin Peterson
On Sun, Jan 4, 2009 at 5:22 PM, Georg Brandl wrote: > Quick note: > > I've extended the pre-commit hook to also check documentation files (*.rst) > for trailing whitespace and tabs. Does "make patchcheck" also run the whitespace checker? -- Regards, Benjamin ___