##// END OF EJS Templates
backported fixes for statistics from beta branch, try to fix issue #271...
backported fixes for statistics from beta branch, try to fix issue #271 - version bump

File last commit:

r1402:edfbf3ee beta
r1887:3246fcce default
Show More
raw_changeset.html
7 lines | 183 B | text/html | HtmlLexer
fixes #217 Seperate Parents on Raw-changeset page
r1402 # ${c.scm_type.upper()} changeset patch
renamed project to rhodecode
r547 # User ${c.changeset.author|n}
Small fixes for style....
r648 # Date ${c.changeset.date}
renamed project to rhodecode
r547 # Node ID ${c.changeset.raw_id}
fixes #217 Seperate Parents on Raw-changeset page
r1402 ${c.parent_tmpl}
renamed project to rhodecode
r547 ${c.changeset.message}
${c.diffs|n}