coderev icon indicating copy to clipboard operation
coderev copied to clipboard

A toolkit generates side-by-side html pages for code review

Results 5 coderev issues
Sort by recently updated
recently updated
newest added

That would be great to add an option to ignore including large binary files or ignore diff for specified extensions so to decrease final report.

``` * work/Docs/файл кириллик.txt | New file Traceback (most recent call last): File "./codediff.py", line 831, in differ.make_diff() File "./codediff.py", line 723, in make_diff self.__diff_dir() File "./codediff.py", line 712, in...

I'm trying to generate the diffs **Directory structure** OLD/sprint.c NEW/sprint.c $ **./codediff.py OLD NEW -o OUTPUT** total 1 files to check Traceback (most recent call last): File "coderev-master/codediff.py", line 831,...

Thanks for the tool! It works really well, except it does have a minor issue when it hits svn::externals. It will hiccup and display something like: - MyProject/InteropStructs.h | Changed/Deleted/Added:...