hgbook
diff en/examples/branch-repo.new.out @ 253:bdd271cf1ae1
Update expected output.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Wed May 30 22:05:35 2007 -0700 (2007-05-30) |
parents | 615f3c6b30e1 |
children | 2b8c6aa370d5 |
line diff
1.1 --- a/en/examples/branch-repo.new.out Mon Apr 16 17:21:38 2007 -0700 1.2 +++ b/en/examples/branch-repo.new.out Wed May 30 22:05:35 2007 -0700 1.3 @@ -2,7 +2,13 @@ 1.4 $ \textbf{hg clone myproject my-feature} 1.5 2 files updated, 0 files merged, 0 files removed, 0 files unresolved 1.6 $ \textbf{cd my-feature} 1.7 -$ \textbf{echo "I'm adding a new feature with my mind!" > mynewfile} 1.8 -bash: !": event not found 1.9 +$ \textbf{echo 'This sure is an exciting new feature!' > mynewfile} 1.10 $ \textbf{hg commit -A -m 'New feature'} 1.11 -nothing changed 1.12 +adding mynewfile 1.13 +$ \textbf{hg push} 1.14 +pushing to 1.15 +searching for changes 1.16 +adding changesets 1.17 +adding manifests 1.18 +adding file changes 1.19 +added 1 changesets with 1 changes to 1 files