Though Mercurial repositories are most commonly accessed using a special piece of software called a Mercurial client, we also provide a web-based interface to view Mercurial repositories.
Browsing the Mercurial tree gives you a great view into the current status of this project's code. You may also view the complete history of any file in the repository.
Mercurial is a Source Code Management (SCM) tool for software developers which supports collaborative development of software within a team, and the tracking of changes to software source code over time.
Mercurial is used by developers, and advanced users who need the very latest changes to the software (before releases occur). Software users generally do not need Mercurial; typically they will download official file releases made available by the project instead.
Developers should familiarize themselves with Mercurial by reading the Mercurial Documentation.
To access the default Mercurial repository, configure your Mercurial client as follows:
http://xine.hg.sourceforge.net:8000/hgroot/xine/xine (read-only)
The project may have defined additional repositories which can also be checked out. In order to determine the names of the additional repositories, please use the web browse link above.
Information about accessing this Mercurial repository may be found in our document titled Mercurial (Version Control for Source Code).