logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Start Mercurial Server - Browse Repositories | Online Free DevTools by Hexmos

Start Mercurial server to browse repositories with hg-serve. Access and manage your Mercurial repositories easily. Free online tool, no registration required.

hg-serve

Start a standalone Mercurial web server for browsing repositories. More information: https://www.mercurial-scm.org/help/commands/serve.

  • Start a web server instance:

hg serve

  • Start a web server instance on the specified port:

hg serve {{[-p|--port]}} {{port}}

  • Start a web server instance on the specified listening address:

hg serve {{[-a|--address]}} {{address}}

  • Start a web server instance with a specific identifier:

hg serve {{[-n|--name]}} {{name}}

  • Start a web server instance using the specified theme (see the templates directory):

hg serve --style {{style}}

  • Start a web server instance using the specified SSL certificate bundle:

hg serve --certificate {{path/to/certificate}}

See Also