Plan for the next version of the Mercurial book

Information on how to contribute

Steps

TOC of "An introduction to TortoiseHg+Mercurial", another Mercurial book in Japanese

FYI, this is TOC of "An introduction to TortoiseHg+Mercurial", written by KatsunoriFujiwara in Japanese (published at 2013-02-27).

(*1) This chapter assumes the case below:

* team wants to use Mercurial internally, but * team have to use another VCS tool (or can't use any VCS tool :-<) to publish their work, and * team doesn't want to publish internal work (e.g. each steps of fixing bug)

This chapter shows a example workflow for "hybrid" repository, of which the working directory is managed both by Mercurial and another VCS tool, to ues Mercurial internally.

"hybrid" repository uses named branches to exactly distinguish whether each of revisions comes from inner (= team's work) or outer (= via another VCS tool).