Opened 15 years ago
Closed 15 years ago
#12424 closed (wontfix)
Trac fix for the viewing [11952]
Reported by: | jemfinch | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | 1.1 |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
A friend pointed me at http://www.djangoproject.com/multidb-changeset/ and I recognized the issue as one I fixed for my employer's Trac instance recently. I got permission to share the fix, so I've attached the diff to versioncontrol/web_ui/changeset.py in 0.11.1-2.1 (from Ubuntu Jaunty).
I can't say whether it will work as-is in your case (it really depends on how those 21,000 lines are distributed across files) but you can tweak the numbers as necessary to avoid "huge diff" computational issue with this changeset and others in the future.
Attachments (1)
Change History (3)
by , 15 years ago
Attachment: | trac-patch.diff added |
---|
comment:1 by , 15 years ago
comment:2 by , 15 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Closed on the basis that the reporter says it won't work, and we've got a workaround in place.
On looking at the actual diff, it seems that this patch won't help, since this patch is intended to assist with very large single-file diffs, rather than large numbers of smaller diffs. Oh well.