##// END OF EJS Templates
compare: cleanup of as_form handling...
compare: cleanup of as_form handling as_form is only used when loaded 'partial' from pullrequest.html. Including it in the 'Detailed compare view' url did thus not do any harm. as_form is never used in pullrequest_show.html or compare_diff.html and it is thus never used together with swap_url ... which is why the wrong 'as_form=None' or 'as_form=False' in urls didn't do any harm.
Mads Kiilerich -
r3442:b3680a20 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 ...