##// END OF EJS Templates
diffs: drop diffs.differ...
diffs: drop diffs.differ This function did not really add any value, it was yet another layer that was hiding the bug that we use ref[1] without ref[0], and it had this strange undefined behaviour for diffing across repos. Inlining the call to .get_diff do not make the code more complex but makes it more obvious what is going on so it can be cleaned up later.
Mads Kiilerich -
r3718:b2575bdb beta
Show More
Name Size Modified Last Commit Author
/ rhodecode / model
__init__.py Loading ...
changeset_status.py Loading ...
comment.py Loading ...
db.py Loading ...
forms.py Loading ...
meta.py Loading ...
notification.py Loading ...
permission.py Loading ...
pull_request.py Loading ...
repo.py Loading ...
repo_permission.py Loading ...
repos_group.py Loading ...
scm.py Loading ...
user.py Loading ...
users_group.py Loading ...
validators.py Loading ...