bos@598: bos@598: {% extends "boilerplate.html" %} bos@598: bos@598: {% block bodycontent %} bos@599: bos@598: bos@598:
bos@598:

Welcome to Mercurial: The Definitive Guide

bos@598: bos@598:

This is the online home of the book “Mercurial: The bos@598: Definitive Guide”. bos@868: It was published in 2009 by O'Reilly Media.

bos@598: bos@869:

Mercurial is a bos@869: fast, lightweight source control management system bos@869: designed for easy and efficient handling of very large distributed bos@869: projects. My book tells you what it is, why you should care, and bos@869: how you can use it effectively.

bos@869: bos@868:

Read it online

bos@868: bos@868:

I make the content freely available online: you bos@868: can read it here. If you like it, bos@868: please buy a copy!

bos@598: bos@598:

For news updates, please bos@868: visit my blog. You bos@868: should follow me on bos@868: Twitter here.

bos@598: bos@868:

How to buy

bos@868: bos@868:

If you like the book, please support the work of the Software bos@868: Freedom Conservancy (see below) by buying a bos@868: copy.

bos@868: bos@868: bos@868: bos@868:

You should contribute!

bos@598: bos@683:

I publish the source code for this book bos@868: as a bos@683: Mercurial repository. Please feel bos@598: welcome to clone it, make modifications to your copy, and send me bos@683: changes. Getting a copy of the source takes just a few seconds if bos@683: you have Mercurial installed:

bos@683: bos@868:
hg clone http://bitbucket.org/bos/hgbook
bos@598: bos@598:

The online version of the book includes a comment system bos@598: that you can use to send feedback involving errors, omissions, and bos@598: suggestions.

bos@598: bos@598:

(If you would like to adapt the comment system for a bos@598: publishing project of your own, the source for the web application bos@599: is included with the book source at the link above.)

bos@598: bos@868:

How I help Mercurial and free software, and bos@868: you can too

bos@598: bos@598:

Mercurial is a member of the Software Freedom Conservancy, a bos@598: wonderful non-profit organisation that offers its member projects bos@598: legal and administrative advice.

bos@598: bos@868:

I donate my royalties from the sales of this book to the bos@868: Software Freedom Conservancy, and I encourage you to support their bos@868: work, too.

bos@598: bos@598:

The SFC can bos@598: accept accept bos@598: donations (tax-free under IRS 501(c)(3), within the United bos@598: States) on behalf of its member projects. If you would like to bos@598: support Mercurial directly, please consider making a donation to bos@598: the SFC on its behalf.

bos@598: bos@598:

If you would like to help free software developers to provide bos@598: their important public services without being impeded by legal bos@598: issues, please consider donating to the SFC's sister organisation, bos@598: the Software Freedom Law bos@598: Center.

bos@598:
bos@598: {% endblock %}