Re: [Codestriker-user] Whitespace ignores and other DIFF switches
Brought to you by:
sits
|
From: David S. <si...@us...> - 2006-12-12 23:43:26
|
> Is there any way to change the configuration on codestriker to tweak the > diff parameters for diff topics directly on top of source control > systems? We often format our code with a formatter and this sometimes > causes lines to be marked as changed when they are really not. I have > no problem doing manual unified diff's but we really like the ease of > doing reviews right on top of the version control systems. At the moment, you'll need to modify the getDiff() method for your associated repository object and add in the appropriate command line switch. The repository objects live in lib/Codestriker/Repository. Cheers, David |