hgbook

diff en/examples/branch-repo.bugfix.out @ 314:231c8469a0ec

Removed a paragraph that is no longer true as of Subversion 1.5.
author Sean Russell <ser@ser1.net>
date Thu Aug 21 23:07:36 2008 -0400 (2008-08-21)
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	Thu Aug 21 23:07:36 2008 -0400
     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}