hgbook

annotate en/examples/branch-repo.new.out @ 242:0d536cb488f2

Allow revs with uncommitted changes.
author Bryan O'Sullivan <bos@serpentine.com>
date Sun May 27 16:26:21 2007 -0700 (2007-05-27)
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