comparison rhodecode/templates/changeset/changeset_range.html @ 3015:16af24982e30 beta

Multiple changes for compare system - count number of changed lines and files - add combined compare button into the old per changeset compare - fixed some logic for remote & bundle compare system - added few tests for git compare
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 18 Nov 2012 23:17:02 +0100
parents 32471bd1f4ee
children b4f401524060
comparison
equal deleted inserted replaced
3014:02bbd574fa14 3015:16af24982e30
24 ${self.breadcrumbs()} 24 ${self.breadcrumbs()}
25 </div> 25 </div>
26 <div class="table"> 26 <div class="table">
27 <div id="body" class="diffblock"> 27 <div id="body" class="diffblock">
28 <div class="code-header cv"> 28 <div class="code-header cv">
29 <h3 class="code-header-title">${_('Compare View')}</h3> 29 <h3 class="code-header-title">${_('Compare View')} / ${h.link_to(_('Show combined compare'),h.url('compare_url',repo_name=c.repo_name,org_ref_type='rev',org_ref=getattr(c.cs_ranges[0].parents[0] if c.cs_ranges[0].parents else h.EmptyChangeset(),'raw_id'),other_ref_type='rev',other_ref=c.cs_ranges[-1].raw_id))}</h3>
30 <div> 30 <div>
31 ${_('Changesets')} - r${c.cs_ranges[0].revision}:${h.short_id(c.cs_ranges[0].raw_id)} -> r${c.cs_ranges[-1].revision}:${h.short_id(c.cs_ranges[-1].raw_id)} 31 ${_('Changesets')} - r${c.cs_ranges[0].revision}:${h.short_id(c.cs_ranges[0].raw_id)} -> r${c.cs_ranges[-1].revision}:${h.short_id(c.cs_ranges[-1].raw_id)}
32 </div> 32 </div>
33 </div> 33 </div>
34 </div> 34 </div>