##// END OF EJS Templates
Share common getter functions in base model, and remove duplicated functions from other models
Share common getter functions in base model, and remove duplicated functions from other models

File last commit:

r2083:60115135 beta
r2432:d3ac7491 codereview
Show More
raw_changeset.html
9 lines | 215 B | text/html | HtmlLexer
fixed raw_changeset for git, accidentally it was generated with hg patch headers...
r2083 %if h.is_hg(c.scm_type):
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}
fixed raw_changeset for git, accidentally it was generated with hg patch headers...
r2083 %endif
White-space cleanup
r1888 ${c.diffs|n}