Differences between revisions 9 and 25 (spanning 16 versions)
Revision 9 as of 2009-07-25 05:35:55
Size: 1003
Editor: quark
Comment: Add link to BitBucket version of book
Revision 25 as of 2015-12-22 12:08:10
Size: 2093
Editor: Mathiasdm
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Mercurial: The Definitive Guide, by Bryan O'Sullivan, is a freely licensed book about the Mercurial revision control system. #pragma section-numbers 2
= Mercurial Book =

About ''
Mercurial: The Definitive Guide''.

<<TableOfContents>>

== Reading the book ==

''Mercurial: The Definitive Guide''
, by Bryan O'Sullivan, is a freely-licensed book about the Mercurial revision control system.
Line 4: Line 13:
  * Home on BitBucket: http://bitbucket.org/bos/hgbook/
  * The [[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.
  * An [[http://hgbook.red-bean.com/read/|HTML version]] is split into one web page per chapter
  * The [[https://bitbucket.org/bos/hgbook|source code]] is available to the adventurous.
  * The [[https://bitbucket.org/jan_/hgbook/downloads/hgbook.epub|epub version]] for ebook reading devices.

== 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]]
  * [[NamedBranches|Named branches]]
  * [[Topic:revsets|Revision sets]]
  * The [[RebaseExtension|rebase extension]]
  * The [[HisteditExtension|histedit extension]]
  * [[Subrepositories]]
  * [[Phases]]
Line 9: Line 31:
  * [[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]])
Line 10: Line 34:
  * [[http://bitbucket.org/rpelisse/hgbook-fr/|French]] (Work in progress...)

=== Chinese Translation ===
  * Chinese:
Line 15: Line 37:
  * [[http://foozy.bitbucket.org/hgbook-ja/index.ja.html|Japanese]] ([[http://bitbucket.org/foozy/hgbook-ja/|source]])
Line 16: Line 39:
See also: [[BuildingMercurialBook]] '''(OUT OF DATE, PLEASE WAITING FOR UPDATE)''' == See also ==

  * Mercurial repository: http://bitbucket.org/bos/hgbook/
  * [[BuildingMercurialBook|Building the Mercurial book]]
  * [[MercurialBookPlan|Plan for the next version of the Mercurial book]]

----
CategoryProject CategoryDeveloper

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.

2. Supplemental information

The book covers Mercurial through version 1.0, which predates a number of important features that you can read about here:

3. Translations

4. See also


CategoryProject CategoryDeveloper

MercurialBook (last edited 2016-10-27 19:58:11 by PulkitGoyal)