Size: 679
Comment: +see also
|
Size: 1698
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
“Distributed revision control with Mercurial”, by Bryan O'Sullivan, is a freely licensed book about the Mercurial revision control system. | #pragma section-numbers 2 = Mercurial Book = |
Line 3: | Line 4: |
* Home page: http://hgbook.red-bean.com/ * The [http://hgbook.red-bean.com/hgbook.html HTML version] is split into one web page per chapter. * The [http://hgbook.red-bean.com/hgbook.pdf PDF version] is a single 1.3 megabyte file. * The [http://hg.serpentine.com/mercurial/book source code] is available to the adventurous. |
About ''Mercurial: The Definitive Guide''. |
Line 8: | Line 6: |
=== Translations === * [http://devnull.li/libromercurial/index.es.html Spanish] ([http://mercurial.intuxication.org/hg/mercurial_book_es/ source]) |
<<TableOfContents>> |
Line 11: | Line 8: |
See also: [:BuildingMercurialBook] | == Reading the book == ''Mercurial: The Definitive Guide'', by Bryan O'Sullivan, is a freely-licensed book about the Mercurial revision control system. * Home page: http://hgbook.red-bean.com/ * An [[http://hgbook.red-bean.com/read/|HTML version]] is split into one web page per chapter * The [[http://hg.serpentine.com/mercurial/book|source code]] is available to the adventurous. == Supplemental information == The book covers Mercurial through version 1.0, which predates a number of important features that you can read about here: * The [[Cmd:summary|summary command]] * The [[Cmd:resolve|resolve command]] * [[Named branches]] * [[Topic:revsets|Revision sets]] * The [[RebaseExtension|rebase extension]] * [[Subrepositories]] == Translations == * [[http://bitbucket.org/rpelisse/hgbook-fr/|French]] ([[http://bitbucket.org/rpelisse/hgbook-fr/|source]]) (Work in progress...) * [[http://gpiancastelli.altervista.org/hgbook-it/|Italian]] ([[http://bitbucket.org/gpiancastelli/hgbook-it|source]]) * [[http://devnull.li/libromercurial/index.es.html|Spanish]] ([[http://mercurial.intuxication.org/hg/mercurial_book_es/|source]]) * Chinese: * [[http://bitbucket.org/dongsheng/hgbook/|Source code]] (Work in progress...) * The [[http://code.google.com/p/i18n-zh/downloads/list?q=label:hgbook|HTML/PDF/eBook]] (Chinese & English) version is available. == See also == * Mercurial repository: http://bitbucket.org/bos/hgbook/ * [[BuildingMercurialBook|Building the Mercurial book]] ---- CategoryProject |
Mercurial Book
About Mercurial: The Definitive Guide.
1. Reading the book
Mercurial: The Definitive Guide, by Bryan O'Sullivan, is a freely-licensed book about the Mercurial revision control system.
Home page: http://hgbook.red-bean.com/
An HTML version is split into one web page per chapter
The source code is available to the adventurous.
2. Supplemental information
The book covers Mercurial through version 1.0, which predates a number of important features that you can read about here:
The summary command
The resolve command
The rebase extension
3. Translations
- Chinese:
Source code (Work in progress...)
The HTML/PDF/eBook (Chinese & English) version is available.
4. See also
Mercurial repository: http://bitbucket.org/bos/hgbook/