RhodeCode (formerly hg-app) is a Pylons framework based Mercurial repository browser/management tool with a built in push/pull server and full text search. It works on http/https and has a built in permission/authentication system with the ability to authenticate via LDAP.
RhodeCode is similar in some respects to github or bitbucket, however RhodeCode can be run as standalone hosted application on your own server. It is open source and donation ware and focuses more on providing a customized, self administered interface for Mercurial(and soon GIT) repositories. RhodeCode is powered by a vcs library that Lukasz Balcerzak and I created to handle multiple different version control systems.
RhodeCode uses Semantic Versioning
The default access is anonymous but you can login to an administrative account using the following credentials:
The latest sources can be obtained from official RhodeCode instance https://hg.rhodecode.org
MIRRORS:
Issue tracker and sources at bitbucket
http://bitbucket.org/marcinkuzminski/rhodecode
Sources at github
Please visit http://packages.python.org/RhodeCode/installation.html
Main page of RhodeCode
Summary page
Changelog with DAG graph
RhodeCode is released under the GPLv3 license.
Join the Google group
Open an issue at issue tracker
Join #rhodecode on FreeNode (irc.freenode.net) or use http://webchat.freenode.net/?channels=rhodecode for web access to irc.
Online documentation for the current version of RhodeCode is available at http://packages.python.org/RhodeCode/. You may also build the documentation for yourself - go into docs/ and run:
make html
(You need to have sphinx installed to build the documentation. If you don’t have sphinx installed you can install it via the command: easy_install sphinx)
Installation:
Usage
Develop
API