annotate rhodecode/templates/changeset/raw_changeset.html @ 2083:60115135b77e beta

fixed raw_changeset for git, accidentally it was generated with hg patch headers - Code garden
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 01 Mar 2012 06:34:37 +0200
parents f91d3f9b7230
children 32471bd1f4ee
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2083
60115135b77e fixed raw_changeset for git, accidentally it was generated with hg patch headers
Marcin Kuzminski <marcin@python-works.com>
parents: 1888
diff changeset
1 %if h.is_hg(c.scm_type):
1402
edfbf3ee9965 fixes #217 Seperate Parents on Raw-changeset page
Marcin Kuzminski <marcin@python-works.com>
parents: 648
diff changeset
2 # ${c.scm_type.upper()} changeset patch
468
9dd372c7166c added menu for changeset raw diff and download diff
Marcin Kuzminski <marcin@python-works.com>
parents: 466
diff changeset
3 # User ${c.changeset.author|n}
648
74bbfdd47884 Small fixes for style.
Marcin Kuzminski <marcin@python-works.com>
parents: 633
diff changeset
4 # Date ${c.changeset.date}
543
a99e23e6c1e8 fixes #13 large initial commits and changesets are cut of now to not freeze the application.
Marcin Kuzminski <marcin@python-works.com>
parents: 468
diff changeset
5 # Node ID ${c.changeset.raw_id}
1402
edfbf3ee9965 fixes #217 Seperate Parents on Raw-changeset page
Marcin Kuzminski <marcin@python-works.com>
parents: 648
diff changeset
6 ${c.parent_tmpl}
466
183cee110578 first implementation of #34 changeset raw diff based on udiff from python
Marcin Kuzminski <marcin@python-works.com>
parents:
diff changeset
7 ${c.changeset.message}
2083
60115135b77e fixed raw_changeset for git, accidentally it was generated with hg patch headers
Marcin Kuzminski <marcin@python-works.com>
parents: 1888
diff changeset
8 %endif
1888
f91d3f9b7230 White-space cleanup
Marcin Kuzminski <marcin@python-works.com>
parents: 1402
diff changeset
9 ${c.diffs|n}