You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Quote from Mercurial Web site: (http://www.selenic.com/mercurial/wiki/)
Mercurial (n) a fast, lightweight Source Control Management system designed for efficient handling of very large distributed projects.
If you are using Mercurial, or plan to, then it is very easy to publish your repositories on the Web using !CherryPy since Mercurial's `hgweb` and `hgwebdir` Python modules are WSGI compliant.
Here is my sample source code that utilizes the `hgweb` module. Edit this code to suit your needs: