##// END OF EJS Templates
patch: add config knob for displaying the index header...
patch: add config knob for displaying the index header This config knob can take an integer between 0 and 40 or a keyword ('none', 'short', 'full') to control the length of hash to output. It will display diffs with the git index header as such, diff --git a/mercurial/mdiff.py b/mercurial/mdiff.py index 112edf7..d6b52c5 100644 We'll put this in the experimental section for now.

File last commit:

r26421:4b0fc75f default
r30788:d1901c4c default
Show More
error.tmpl
10 lines | 241 B | application/x-cheetah | CheetahLexer
Dan Villiom Podlaski Christiansen
setup: install translation files as package data...
r9999 {header}
<title>Error</title>
<description>Error</description>
<item>
<title>Error</title>
<description>{error|escape}</description>
Matt Mackall
urls: bulk-change primary website URLs
r26421 <guid>https://mercurial-scm.org/#error</guid>
Dan Villiom Podlaski Christiansen
setup: install translation files as package data...
r9999 </item>
</channel>
</rss>