Skip to content
Snippets Groups Projects
Commit b023915a authored by Dirkjan Ochtman's avatar Dirkjan Ochtman
Browse files

hgweb: separate protocol calls from interface calls (issue996)

The protocol functions are already pretty careful about not raising
exceptions to the caller, and have their own error handling. We can formalize
this a little bit to make it clearer (before, the exception handlers for
a limited number of exceptions coming from the interface bits would blow up
because some variables aren't instantiated for the protocol calls).
parent 31d81d47
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment