Size: 1109
Comment:
|
Size: 2000
Comment: Added phases and histedit as 'features introduced since hgbook'
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
《Mercurial权威指南》,Bryan O'Sullivan 著,是一本有关 Mercurial 版本控制系统的自由许可图书。 | #pragma section-numbers 2 = Mercurial Book = |
Line 3: | Line 4: |
* 主页: http://hgbook.red-bean.com/ * BitBucket 首页: http://bitbucket.org/bos/hgbook/ * [[http://hgbook.red-bean.com/read/|HTML version]] 分成每页一个章节。 * The [[http://hg.serpentine.com/mercurial/book|source code]] is available to the adventurous. |
About ''Mercurial: The Definitive Guide''. |
Line 8: | Line 6: |
== 翻译 == | <<TableOfContents>> == 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 [[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]] == Translations == |
Line 12: | Line 34: |
* 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. * [[http://foozy.bitbucket.org/hgbook-ja/index.ja.html|Japanese]] ([[http://bitbucket.org/foozy/hgbook-ja/|source]]) |
|
Line 13: | Line 39: |
=== 中文翻译 === * [[http://bitbucket.org/dongsheng/hgbook/|Source code]] (正在进行中……) * The [[http://code.google.com/p/i18n-zh/downloads/list?q=label:hgbook|HTML/PDF/eBook]] (中文 & English)版本 |
== See also == |
Line 17: | Line 41: |
参见: [[BuildingMercurialBook]] '''(过期,请等待更新)''' | * 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.
The epub version for ebook reading devices.
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/