hg serve without web interface
Jilles Tjoelker
jilles at stack.nl
Thu Feb 5 12:33:07 CST 2009
On Thu, Feb 05, 2009 at 03:02:49PM +0100, Arne Babenhauserheide wrote:
> Is it possible to start "hg serve" without a web interface, for example to
> create a simple push server which doesn't show its content and also doesn't
> grant pull access?
> I would have expected the config
> [web]
> style = None
> to do this, but that just causes a RuntimeException.
That doesn't even work. If you put ?style=paper after the URL, you get
the usual interface (although it seems mangled a bit, missing style
sheet and images).
--
Jilles Tjoelker
More information about the Mercurial
mailing list