annotate en/examples/branch-repo.new.out @ 222:b2b593eb56e7
Add sillybench script.
author |
Bryan O'Sullivan <bos@serpentine.com> |
date |
Tue May 15 14:52:41 2007 -0700 (2007-05-15) |
parents |
615f3c6b30e1 |
children |
2b8c6aa370d5 |
rev |
line source |
bos@198
|
1 $ \textbf{cd ..}
|
bos@198
|
2 $ \textbf{hg clone myproject my-feature}
|
bos@198
|
3 2 files updated, 0 files merged, 0 files removed, 0 files unresolved
|
bos@198
|
4 $ \textbf{cd my-feature}
|
bos@199
|
5 $ \textbf{echo 'This sure is an exciting new feature!' > mynewfile}
|
bos@198
|
6 $ \textbf{hg commit -A -m 'New feature'}
|
bos@199
|
7 adding mynewfile
|
bos@199
|
8 $ \textbf{hg push}
|
bos@199
|
9 pushing to
|
bos@199
|
10 searching for changes
|
bos@199
|
11 adding changesets
|
bos@199
|
12 adding manifests
|
bos@199
|
13 adding file changes
|
bos@199
|
14 added 1 changesets with 1 changes to 1 files
|