##// END OF EJS Templates
hgweb: catch ParseError that's raised by revset.match()...
hgweb: catch ParseError that's raised by revset.match() Some queries, like the demonstrated "first(::)", fail earlier than we call mfunc(), and that results in a "500 Internal Server Error". To prevent it, revset.match() also needs to be in a try-except block.

File last commit:

r35587:96421278 default
r38994:5caee9f9 stable
Show More
Cargo.toml
2 lines | 32 B | application/toml | TOMLLexer
[workspace]
members = ["hgcli"]