hgbook

diff en/examples/branch-repo.pull.out @ 927:d2e041bef460

Correcting a few typos, spotted while translating the hgboox in french, in the english version
author Romain PELISSE <romain.pelisse@atosorigin.com>
date Sun Feb 08 15:38:18 2009 +0100 (2009-02-08)
parents 58e3a6c76725
children
line diff
     1.1 --- a/en/examples/branch-repo.pull.out	Mon Apr 16 17:37:27 2007 -0700
     1.2 +++ b/en/examples/branch-repo.pull.out	Sun Feb 08 15:38:18 2009 +0100
     1.3 @@ -1,5 +1,6 @@
     1.4  $ \textbf{cd ..}
     1.5  $ \textbf{hg clone myproject myproject-merge}
     1.6 +updating working directory
     1.7  3 files updated, 0 files merged, 0 files removed, 0 files unresolved
     1.8  $ \textbf{cd myproject-merge}
     1.9  $ \textbf{hg pull ../myproject-1.0.1}