##// END OF EJS Templates
created rhodecode-api binary script for working with api via cli...
created rhodecode-api binary script for working with api via cli - created docs - moved the backup script to bin folder

File last commit:

r2083:60115135 beta
r2379:7ac09514 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}