##// END OF EJS Templates
hgweb: fix jshint issues in mercurial.js...
hgweb: fix jshint issues in mercurial.js Everything is pretty self-explanatory except the last hunk, where jshint complains: "Misleading line break before '||'; readers may interpret this as an expression boundary." There is a tweakable called "laxbreak" that allows line breaks before operators, but I think it's fine to simply join this one line and avoid extra config for now (we can cook up and add a sensible .jshintrc later).

File last commit:

r25708:d3d32643 default
r35033:5f82e26c default
Show More
test-wireproto.py.out
2 lines | 49 B | text/plain | TextLexer
/ tests / test-wireproto.py.out
Thomas Arendsen Hein
test-wireprotocol.py: rename to test-wireproto.py for consistency...
r14765 Hello, Foobar
Augie Fackler
wireproto: correctly escape batched args and responses (issue4739)...
r25708 ['Hello, Fo, =;:<o', 'Hello, Bar']