hgbook

diff en/examples/branch-repo.bugfix.out @ 298:2b8c6aa370d5

Fix sample output for test 'branch-repo'.
author Guido Ostkamp <hg@ostkamp.fastmail.fm>
date Wed Aug 20 21:54:18 2008 +0200 (2008-08-20)
parents 615f3c6b30e1
children 7e52f0cc4516
line diff
     1.1 --- a/en/examples/branch-repo.bugfix.out	Mon Apr 16 17:21:38 2007 -0700
     1.2 +++ b/en/examples/branch-repo.bugfix.out	Wed Aug 20 21:54:18 2008 +0200
     1.3 @@ -1,4 +1,5 @@
     1.4  $ \textbf{hg clone myproject-1.0.1 my-1.0.1-bugfix}
     1.5 +updating working directory
     1.6  2 files updated, 0 files merged, 0 files removed, 0 files unresolved
     1.7  $ \textbf{cd my-1.0.1-bugfix}
     1.8  $ \textbf{echo 'I fixed a bug using only echo!' >> myfile}