##// END OF EJS Templates
- added branch to history list for file...
- added branch to history list for file - fixed some inconsistency on file page when used mixed last_changeset with current changeset

File last commit:

r1888:f91d3f9b beta
r1983:8fa8d0d0 beta
Show More
raw_changeset.html
8 lines | 184 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}
White-space cleanup
r1888 ${c.diffs|n}