[diffoscope] branch master updated (ac63991 -> 0507414)
Chris Lamb
chris at chris-lamb.co.uk
Sun Jan 1 12:47:22 CET 2017
This is an automated email from the git hooks/post-receive script.
lamby pushed a change to branch master
in repository diffoscope.
from ac63991 Fixed no newline being classified as order-like difference.
new 1abd485 Move diffoscope.presenters.html to its own module.
new 1a50846 Split templates into their own files.
new 265891b Move JQUERY_SYSTEM_LOCATIONS to top of module.
new e8bfbea squash with templates
new 57cdfa3 Don't use three-dot relative imports; a bit too unweildy...
new 293e019 diffoscope.profiling: Add extra namespacing to data collection.
new b155142 diffoscope.profiling: Count the number of calls, not just the total time.
new 0507414 presenters.html: Split linediff into its own module.
The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
diffoscope/{ => presenters/html}/__init__.py | 4 +-
diffoscope/presenters/{ => html}/html.py | 295 ++-------------------------
diffoscope/presenters/html/linediff.py | 94 +++++++++
diffoscope/presenters/html/templates.py | 206 +++++++++++++++++++
diffoscope/profiling.py | 20 +-
5 files changed, 334 insertions(+), 285 deletions(-)
copy diffoscope/{ => presenters/html}/__init__.py (85%)
rename diffoscope/presenters/{ => html}/html.py (71%)
create mode 100644 diffoscope/presenters/html/linediff.py
create mode 100644 diffoscope/presenters/html/templates.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list