rust/Cargo.toml
author Gregory Szorc <gregory.szorc@gmail.com>
Tue, 06 Mar 2018 15:08:33 -0800
changeset 36799 c638a13093cf
parent 35569 964212780daf
child 39967 aab43d5861bb
permissions -rw-r--r--
wireprotoserver: check permissions in main dispatch function The permissions checking code merged from stable is out of place in the refactored hgweb_mod module. This commit moves the main call to wireprotoserver. We still have some lingering code in hgweb_mod. This will get addressed later. Differential Revision: https://phab.mercurial-scm.org/D2717

[workspace]
members = ["hgcli"]