##// END OF EJS Templates
Implemented generation of changesets based...
Implemented generation of changesets based on whole diff instead of per file diff. That can give a big speed improvement for large changesets in repositories with large history. - improved handling of binary files - show renames of binary files - implemented new diff limit functionality - unify diff generation between hg and git - Added binary indicators for changed files, - added diff lib tests
marcink -
r2995:32471bd1 beta
Show More
Name Size Modified Last Commit Author
/ rhodecode / lib / vcs / utils
__init__.py Loading ...
annotate.py Loading ...
archivers.py Loading ...
baseui_config.py Loading ...
compat.py Loading ...
diffs.py Loading ...
fakemod.py Loading ...
filesize.py Loading ...
helpers.py Loading ...
hgcompat.py Loading ...
imports.py Loading ...
lazy.py Loading ...
lockfiles.py Loading ...
ordered_dict.py Loading ...
paths.py Loading ...
progressbar.py Loading ...
termcolors.py Loading ...