Mercurial > hgbook
changeset 671:13513d2a128d
Add sensible names to chapters.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Mon, 09 Mar 2009 23:37:29 -0700 |
parents | 3bcc001ce34f |
children | 40025381bded |
files | en/appB-mq-ref.xml en/appC-srcinstall.xml en/appD-license.xml en/ch01-intro.xml en/ch02-tour-basic.xml en/ch03-tour-merge.xml en/ch04-concepts.xml en/ch05-daily.xml en/ch06-collab.xml en/ch07-filenames.xml en/ch08-branch.xml en/ch09-undo.xml en/ch10-hook.xml en/ch11-template.xml en/ch12-mq.xml en/ch13-mq-collab.xml en/ch14-hgext.xml |
diffstat | 17 files changed, 18 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/en/appB-mq-ref.xml Mon Mar 09 23:37:19 2009 -0700 +++ b/en/appB-mq-ref.xml Mon Mar 09 23:37:29 2009 -0700 @@ -1,6 +1,7 @@ <!-- vim: set filetype=docbkxml shiftwidth=2 autoindent expandtab tw=77 : --> <appendix id="chap:mqref"> + <?dbhtml filename="mercurial-queues-reference.html"?> <title>Mercurial Queues reference</title> <sect1 id="sec:mqref:cmdref">
--- a/en/appC-srcinstall.xml Mon Mar 09 23:37:19 2009 -0700 +++ b/en/appC-srcinstall.xml Mon Mar 09 23:37:29 2009 -0700 @@ -1,6 +1,7 @@ <!-- vim: set filetype=docbkxml shiftwidth=2 autoindent expandtab tw=77 : --> <appendix id="chap:srcinstall"> + <?dbhtml filename="installing-mercurial-from-source.html"?> <title>Installing Mercurial from source</title> <sect1 id="sec:srcinstall:unixlike">
--- a/en/appD-license.xml Mon Mar 09 23:37:19 2009 -0700 +++ b/en/appD-license.xml Mon Mar 09 23:37:29 2009 -0700 @@ -1,6 +1,7 @@ <!-- vim: set filetype=docbkxml shiftwidth=2 autoindent expandtab tw=77 : --> <appendix id="cha:opl"> + <?dbhtml filename="open-publication-license.html"?> <title>Open Publication License</title> <para>Version 1.0, 8 June 1999</para>
--- a/en/ch01-intro.xml Mon Mar 09 23:37:19 2009 -0700 +++ b/en/ch01-intro.xml Mon Mar 09 23:37:29 2009 -0700 @@ -1,6 +1,7 @@ <!-- vim: set filetype=docbkxml shiftwidth=2 autoindent expandtab tw=77 : --> <chapter id="chap:intro"> + <?dbhtml filename="introduction.html"?> <title>Introduction</title> <sect1>
--- a/en/ch02-tour-basic.xml Mon Mar 09 23:37:19 2009 -0700 +++ b/en/ch02-tour-basic.xml Mon Mar 09 23:37:29 2009 -0700 @@ -1,6 +1,7 @@ <!-- vim: set filetype=docbkxml shiftwidth=2 autoindent expandtab tw=77 : --> <chapter id="chap:tour-basic"> + <?dbhtml filename="a-tour-of-mercurial-the-basics.html"?> <title>A tour of Mercurial: the basics</title> <sect1 id="sec:tour:install">
--- a/en/ch03-tour-merge.xml Mon Mar 09 23:37:19 2009 -0700 +++ b/en/ch03-tour-merge.xml Mon Mar 09 23:37:29 2009 -0700 @@ -1,6 +1,7 @@ <!-- vim: set filetype=docbkxml shiftwidth=2 autoindent expandtab tw=77 : --> <chapter id="chap:tour-merge"> + <?dbhtml filename="a-tour-of-mercurial-merging-work.html"?> <title>A tour of Mercurial: merging work</title> <para>We've now covered cloning a repository, making changes in a
--- a/en/ch04-concepts.xml Mon Mar 09 23:37:19 2009 -0700 +++ b/en/ch04-concepts.xml Mon Mar 09 23:37:29 2009 -0700 @@ -1,6 +1,7 @@ <!-- vim: set filetype=docbkxml shiftwidth=2 autoindent expandtab tw=77 : --> <chapter id="chap:concepts"> + <?dbhtml filename="behind-the-scenes.html"?> <title>Behind the scenes</title> <para>Unlike many revision control systems, the concepts upon which
--- a/en/ch05-daily.xml Mon Mar 09 23:37:19 2009 -0700 +++ b/en/ch05-daily.xml Mon Mar 09 23:37:29 2009 -0700 @@ -1,6 +1,7 @@ <!-- vim: set filetype=docbkxml shiftwidth=2 autoindent expandtab tw=77 : --> <chapter id="chap:daily"> + <?dbhtml filename="mercurial-in-daily-use.html"?> <title>Mercurial in daily use</title> <sect1>
--- a/en/ch06-collab.xml Mon Mar 09 23:37:19 2009 -0700 +++ b/en/ch06-collab.xml Mon Mar 09 23:37:29 2009 -0700 @@ -1,6 +1,7 @@ <!-- vim: set filetype=docbkxml shiftwidth=2 autoindent expandtab tw=77 : --> <chapter id="cha:collab"> + <?dbhtml filename="collaborating-with-other-people.html"?> <title>Collaborating with other people</title> <para>As a completely decentralised tool, Mercurial doesn't impose
--- a/en/ch07-filenames.xml Mon Mar 09 23:37:19 2009 -0700 +++ b/en/ch07-filenames.xml Mon Mar 09 23:37:29 2009 -0700 @@ -1,6 +1,7 @@ <!-- vim: set filetype=docbkxml shiftwidth=2 autoindent expandtab tw=77 : --> <chapter id="chap:names"> + <?dbhtml filename="file-names-and-pattern-matching.html"?> <title>File names and pattern matching</title> <para>Mercurial provides mechanisms that let you work with file
--- a/en/ch08-branch.xml Mon Mar 09 23:37:19 2009 -0700 +++ b/en/ch08-branch.xml Mon Mar 09 23:37:29 2009 -0700 @@ -1,6 +1,7 @@ <!-- vim: set filetype=docbkxml shiftwidth=2 autoindent expandtab tw=77 : --> <chapter id="chap:branch"> + <?dbhtml filename="managing-releases-and-branchy-development.html"?> <title>Managing releases and branchy development</title> <para>Mercurial provides several mechanisms for you to manage a
--- a/en/ch09-undo.xml Mon Mar 09 23:37:19 2009 -0700 +++ b/en/ch09-undo.xml Mon Mar 09 23:37:29 2009 -0700 @@ -1,7 +1,8 @@ <!-- vim: set filetype=docbkxml shiftwidth=2 autoindent expandtab tw=77 : --> <chapter id="chap:undo"> - <title>Finding and fixing your mistakes</title> + <?dbhtml filename="finding-and-fixing-mistakes.html"?> + <title>Finding and fixing mistakes</title> <para>To err might be human, but to really handle the consequences well takes a top-notch revision control system. In this chapter,
--- a/en/ch10-hook.xml Mon Mar 09 23:37:19 2009 -0700 +++ b/en/ch10-hook.xml Mon Mar 09 23:37:29 2009 -0700 @@ -1,6 +1,7 @@ <!-- vim: set filetype=docbkxml shiftwidth=2 autoindent expandtab tw=77 : --> <chapter id="chap:hook"> + <?dbhtml filename="handling-repository-events-with-hooks.html"?> <title>Handling repository events with hooks</title> <para>Mercurial offers a powerful mechanism to let you perform
--- a/en/ch11-template.xml Mon Mar 09 23:37:19 2009 -0700 +++ b/en/ch11-template.xml Mon Mar 09 23:37:29 2009 -0700 @@ -1,6 +1,7 @@ <!-- vim: set filetype=docbkxml shiftwidth=2 autoindent expandtab tw=77 : --> <chapter id="chap:template"> + <?dbhtml filename="customizing-the-output-of-mercurial.html"?> <title>Customising the output of Mercurial</title> <para>Mercurial provides a powerful mechanism to let you control how
--- a/en/ch12-mq.xml Mon Mar 09 23:37:19 2009 -0700 +++ b/en/ch12-mq.xml Mon Mar 09 23:37:29 2009 -0700 @@ -1,6 +1,7 @@ <!-- vim: set filetype=docbkxml shiftwidth=2 autoindent expandtab tw=77 : --> <chapter id="chap:mq"> + <?dbhtml filename="managing-change-with-mercurial-queues.html"?> <title>Managing change with Mercurial Queues</title> <sect1 id="sec:mq:patch-mgmt">
--- a/en/ch13-mq-collab.xml Mon Mar 09 23:37:19 2009 -0700 +++ b/en/ch13-mq-collab.xml Mon Mar 09 23:37:29 2009 -0700 @@ -1,6 +1,7 @@ <!-- vim: set filetype=docbkxml shiftwidth=2 autoindent expandtab tw=77 : --> <chapter id="chap:mq-collab"> + <?dbhtml filename="advanced-uses-of-mercurial-queues.html"?> <title>Advanced uses of Mercurial Queues</title> <para>While it's easy to pick up straightforward uses of Mercurial
--- a/en/ch14-hgext.xml Mon Mar 09 23:37:19 2009 -0700 +++ b/en/ch14-hgext.xml Mon Mar 09 23:37:29 2009 -0700 @@ -1,6 +1,7 @@ <!-- vim: set filetype=docbkxml shiftwidth=2 autoindent expandtab tw=77 : --> <chapter id="chap:hgext"> + <?dbhtml filename="adding-functionality-with-extensions.html"?> <title>Adding functionality with extensions</title> <para>While the core of Mercurial is quite complete from a