Mercurial > hgbook
comparison en/examples/branch-repo.new.out @ 397:2b8c6aa370d5
Fix sample output for test 'branch-repo'.
author | Guido Ostkamp <hg@ostkamp.fastmail.fm> |
---|---|
date | Wed, 20 Aug 2008 21:54:18 +0200 |
parents | 58e3a6c76725 |
children |
comparison
equal
deleted
inserted
replaced
396:bd8d96d3703d | 397:2b8c6aa370d5 |
---|---|
1 $ \textbf{cd ..} | 1 $ \textbf{cd ..} |
2 $ \textbf{hg clone myproject my-feature} | 2 $ \textbf{hg clone myproject my-feature} |
3 updating working directory | |
3 2 files updated, 0 files merged, 0 files removed, 0 files unresolved | 4 2 files updated, 0 files merged, 0 files removed, 0 files unresolved |
4 $ \textbf{cd my-feature} | 5 $ \textbf{cd my-feature} |
5 $ \textbf{echo 'This sure is an exciting new feature!' > mynewfile} | 6 $ \textbf{echo 'This sure is an exciting new feature!' > mynewfile} |
6 $ \textbf{hg commit -A -m 'New feature'} | 7 $ \textbf{hg commit -A -m 'New feature'} |
7 adding mynewfile | 8 adding mynewfile |