##// END OF EJS Templates
Implements subrepos view inside filebrowser...
Implements subrepos view inside filebrowser - fixes issue #434: Error when accessing files or changesets of a git repository with submodules

File last commit:

r2083:60115135 beta
r2232:49dc09e9 beta
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}