##// END OF EJS Templates
reverted whoosh for tests
reverted whoosh for tests

File last commit:

r1402:edfbf3ee beta
r1725:2370fc2a beta
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}