hgbook
diff en/concepts.tex @ 926:730d912ef843
Work in progress on translating the introduction chapter. I also added a non exhaustive list of major Open Source projet using Mercurial. This list still needs to be 'linked' with the appropriate URLs, and also to be 'backported' into the english and spanish version of hgbooks.
author | Romain PELISSE <romain.pelisse@atosorigin.com> |
---|---|
date | Sun Feb 08 14:17:16 2009 +0100 (2009-02-08) |
parents | 8c15549666fa |
children |
line diff
1.1 --- a/en/concepts.tex Wed May 30 09:03:12 2007 -0700 1.2 +++ b/en/concepts.tex Sun Feb 08 14:17:16 2009 +0100 1.3 @@ -309,7 +309,7 @@ 1.4 changesets to see which one introduced a bug. In cases like this, the 1.5 natural thing to do is update the working directory to the changeset 1.6 you're interested in, and then examine the files in the working 1.7 -directory directly to see their contents as they werea when you 1.8 +directory directly to see their contents as they were when you 1.9 committed that changeset. The effect of this is shown in 1.10 figure~\ref{fig:concepts:wdir-pre-branch}. 1.11