##// END OF EJS Templates
keepalive: fix 4f13ed6ee544, reintroduce unredirected_hdrs...
keepalive: fix 4f13ed6ee544, reintroduce unredirected_hdrs The previous fix dropped unredirected_hdrs which contain authentication headers. Removing them break POST request requiring authentication (like unbundle calls to bitbucket.org).

File last commit:

r1919:8f565af1 default
r8233:655c435e default
Show More
map-cmdline.compact
8 lines | 266 B | text/plain | TextLexer
Vadim Gelfer
make --style=compact look for map-cmdline.compact....
r1914 changeset = '{rev}{tags}{parents} {node|short} {date|isodate} {author|user}\n {desc|firstline|strip}\n\n'
Vadim Gelfer
add changeset_quiet to templates.
r1919 changeset_quiet = '{rev}:{node|short}\n'
Vadim Gelfer
make --style=compact look for map-cmdline.compact....
r1914 start_tags = '['
tag = '{tag},'
last_tag = '{tag}]'
start_parents = ':'
parent = '{rev},'
last_parent = '{rev}'