# HG changeset patch # User Bryan O'Sullivan # Date 1236667049 25200 # Node ID 13513d2a128d36aadc86f7af1b71d38e72502d05 # Parent 3bcc001ce34f3169926e11ee87f440c48bdbdffb Add sensible names to chapters. diff -r 3bcc001ce34f -r 13513d2a128d en/appB-mq-ref.xml --- 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 @@ + Mercurial Queues reference diff -r 3bcc001ce34f -r 13513d2a128d en/appC-srcinstall.xml --- 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 @@ + Installing Mercurial from source diff -r 3bcc001ce34f -r 13513d2a128d en/appD-license.xml --- 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 @@ + Open Publication License Version 1.0, 8 June 1999 diff -r 3bcc001ce34f -r 13513d2a128d en/ch01-intro.xml --- 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 @@ + Introduction diff -r 3bcc001ce34f -r 13513d2a128d en/ch02-tour-basic.xml --- 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 @@ + A tour of Mercurial: the basics diff -r 3bcc001ce34f -r 13513d2a128d en/ch03-tour-merge.xml --- 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 @@ + A tour of Mercurial: merging work We've now covered cloning a repository, making changes in a diff -r 3bcc001ce34f -r 13513d2a128d en/ch04-concepts.xml --- 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 @@ + Behind the scenes Unlike many revision control systems, the concepts upon which diff -r 3bcc001ce34f -r 13513d2a128d en/ch05-daily.xml --- 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 @@ + Mercurial in daily use diff -r 3bcc001ce34f -r 13513d2a128d en/ch06-collab.xml --- 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 @@ + Collaborating with other people As a completely decentralised tool, Mercurial doesn't impose diff -r 3bcc001ce34f -r 13513d2a128d en/ch07-filenames.xml --- 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 @@ + File names and pattern matching Mercurial provides mechanisms that let you work with file diff -r 3bcc001ce34f -r 13513d2a128d en/ch08-branch.xml --- 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 @@ + Managing releases and branchy development Mercurial provides several mechanisms for you to manage a diff -r 3bcc001ce34f -r 13513d2a128d en/ch09-undo.xml --- 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 @@ - Finding and fixing your mistakes + + Finding and fixing mistakes To err might be human, but to really handle the consequences well takes a top-notch revision control system. In this chapter, diff -r 3bcc001ce34f -r 13513d2a128d en/ch10-hook.xml --- 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 @@ + Handling repository events with hooks Mercurial offers a powerful mechanism to let you perform diff -r 3bcc001ce34f -r 13513d2a128d en/ch11-template.xml --- 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 @@ + Customising the output of Mercurial Mercurial provides a powerful mechanism to let you control how diff -r 3bcc001ce34f -r 13513d2a128d en/ch12-mq.xml --- 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 @@ + Managing change with Mercurial Queues diff -r 3bcc001ce34f -r 13513d2a128d en/ch13-mq-collab.xml --- 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 @@ + Advanced uses of Mercurial Queues While it's easy to pick up straightforward uses of Mercurial diff -r 3bcc001ce34f -r 13513d2a128d en/ch14-hgext.xml --- 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 @@ + Adding functionality with extensions While the core of Mercurial is quite complete from a