aragost Trifork: Mercurial Kick Start Exercises


Mercurial Kick Start

mercurial.png

Welcome to the aragost Trifork Mercurial Kick Start. We have prepared several different sets of exercises for you:

Basic Mercurial:
Install Mercurial and get started right away. We will show you the basic commands and show you how to work with others as a team.
Bookmarks:
Feature or topic branches are handled using bookmarks in Mercurial. Bookmarks gives you a light-weight way to track multiple lines of development in your repository.
Task Based Development:
Building on the previous exercises, we will now show how Mercurial lets your organize your tasks using named branches. A release manager will then review and merge the tasks.
Remote Repositories:
A closer look at how you can interact with remote repositories in Mercurial. You will see how HTTP and SSH URLs can be used and learn how to best cache your credentials for each type of URL.
Interacting with Subversion:
Mercurial can be used as a client for Subversion. This immediately gives you all the benefits of Mercurial: improved performance and offline commits.
Subrepositories:
Mercurial lets you link other repositories to your repositories, which can be useful for e.g. libraries. Both Mercurial and Subversion repositories are supported as subrepositories.

We welcome new contributions, please see the about page for more information.