[Trac-tickets] Re: [The Trac Project] #2591: Option to limit the number of diff'ed files in the changeset view

The Trac Project noreply at edgewall.com
Wed Mar 1 11:01:12 CST 2006


#2591: Option to limit the number of diff'ed files in the changeset view
----------------------------+-----------------------------------------------
 Reporter:  eblot           |        Owner:  cboos   
     Type:  enhancement     |       Status:  assigned
 Priority:  high            |    Milestone:  0.10    
Component:  changeset view  |      Version:  devel   
 Severity:  major           |   Resolution:          
 Keywords:  diff tracdiff   |  
----------------------------+-----------------------------------------------
Comment (by cboos):

 There's another alternative, which is to use `max_preview_size` (see
 #2343)
 to filter out big files, instead of relying on a highly approximative diff
 size
 estimate: that would give a mix of inlined changes for the files that fall
 below the limit and links to individual diffs for the big files above that
 limit.
 The global `max_diff_files` would still be used for avoiding huge
 changesets
 made of a lot a small changes.

 Thoughts?

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/2591>
The Trac Project <http://trac.edgewall.com/>


More information about the Trac-Tickets mailing list