# HG changeset patch # User Ori Avtalion # Date 1236282743 -7200 # Node ID 21c62e09b99fc549aeb232373c057dea1455fc91 # Parent dbe91bb622d8638a1508ea74b877c57ed22f61f3 Typo and spelling corrections. Removed tex tags. diff -r dbe91bb622d8 -r 21c62e09b99f en/ch01-intro.xml --- a/en/ch01-intro.xml Thu Feb 19 20:49:46 2009 -0800 +++ b/en/ch01-intro.xml Thu Mar 05 21:52:23 2009 +0200 @@ -129,7 +129,7 @@ administrator. Walter Tichy developed a free alternative to SCCS in the - early 1980s; he called his program RCS (Revison Control System). + early 1980s; he called his program RCS (Revision Control System). Like SCCS, RCS required developers to work in a single shared workspace, and to lock files to prevent multiple people from modifying them simultaneously. @@ -343,7 +343,7 @@ to retain tight control over their projects, and they believe that centralised tools give them this control. However, if you're of this belief, and you publish your CVS - or Subversion repositories publically, there are plenty of + or Subversion repositories publicly, there are plenty of tools available that can pull out your entire project's history (albeit slowly) and recreate it somewhere that you don't control. So while your control in this case is diff -r dbe91bb622d8 -r 21c62e09b99f en/ch06-collab.xml --- a/en/ch06-collab.xml Thu Feb 19 20:49:46 2009 -0800 +++ b/en/ch06-collab.xml Thu Mar 05 21:52:23 2009 +0200 @@ -974,7 +974,7 @@ The other possibility with permissions is that you might get a completely empty window when you try to load the script. In this case, it's likely that your access - permissions are \emph{too permissive}. Apache's + permissions are too permissive. Apache's suexec subsystem won't execute a script that's group- or world-writable, for example. diff -r dbe91bb622d8 -r 21c62e09b99f en/ch07-filenames.xml --- a/en/ch07-filenames.xml Thu Feb 19 20:49:46 2009 -0800 +++ b/en/ch07-filenames.xml Thu Mar 05 21:52:23 2009 +0200 @@ -168,7 +168,7 @@ A { begins a group of subpatterns, where the whole group matches if any subpattern in the group matches. The , - character separates subpatterns, and \texttt{}} + character separates subpatterns, and } ends the group. diff -r dbe91bb622d8 -r 21c62e09b99f en/ch10-hook.xml --- a/en/ch10-hook.xml Thu Feb 19 20:49:46 2009 -0800 +++ b/en/ch10-hook.xml Thu Mar 05 21:52:23 2009 +0200 @@ -1307,8 +1307,8 @@ Testing and troubleshooting Do not forget that by default, the notify extension \emph{will not - send any mail} until you explicitly configure it to do so, + role="hg-ext">notify extension will not + send any mail until you explicitly configure it to do so, by setting test to false. Until you do that, it simply prints the message it would send. diff -r dbe91bb622d8 -r 21c62e09b99f en/ch11-template.xml --- a/en/ch11-template.xml Thu Feb 19 20:49:46 2009 -0800 +++ b/en/ch11-template.xml Thu Mar 05 21:52:23 2009 +0200 @@ -119,7 +119,7 @@ been replaced in the output with the description of each changeset. Every time Mercurial finds text enclosed in curly braces ({ and - \texttt{}}), it will try to replace the braces + }), it will try to replace the braces and text with the expansion of whatever is inside. To print a literal curly brace, you must escape it, as described in section Subversion prints a readable - date (the \texttt{Wed, 27 Sep 2006} in the + date (the Wed, 27 Sep 2006 in the example output above) in parentheses. Mercurial's templating engine does not provide a way to display a date in this format without also printing the time and time diff -r dbe91bb622d8 -r 21c62e09b99f en/ch14-hgext.xml --- a/en/ch14-hgext.xml Thu Feb 19 20:49:46 2009 -0800 +++ b/en/ch14-hgext.xml Thu Mar 05 21:52:23 2009 +0200 @@ -417,7 +417,7 @@ Mercurial makes it easy to send changes over email for review or application, via its patchbomb extension. The extension is - so namd because changes are formatted as patches, and it's usual + so named because changes are formatted as patches, and it's usual to send one changeset per email message. Sending a long series of changes by email is thus much like bombing the recipient's inbox, hence patchbomb.