hgbook
diff en/examples/branch-repo.new.out @ 495:dfa2890d9b30
translated most of section 13.8
author | Javier Rojas <jerojasro@devnull.li> |
---|---|
date | Wed Jan 07 23:38:40 2009 -0500 (2009-01-07) |
parents | 58e3a6c76725 |
children |
line diff
1.1 --- a/en/examples/branch-repo.new.out Mon Apr 16 17:37:27 2007 -0700 1.2 +++ b/en/examples/branch-repo.new.out Wed Jan 07 23:38:40 2009 -0500 1.3 @@ -1,5 +1,6 @@ 1.4 $ \textbf{cd ..} 1.5 $ \textbf{hg clone myproject my-feature} 1.6 +updating working directory 1.7 2 files updated, 0 files merged, 0 files removed, 0 files unresolved 1.8 $ \textbf{cd my-feature} 1.9 $ \textbf{echo 'This sure is an exciting new feature!' > mynewfile}