bos@198: $ \textbf{cd ..} bos@198: $ \textbf{hg clone myproject my-feature} hg@298: updating working directory bos@198: 2 files updated, 0 files merged, 0 files removed, 0 files unresolved bos@198: $ \textbf{cd my-feature} bos@199: $ \textbf{echo 'This sure is an exciting new feature!' > mynewfile} bos@198: $ \textbf{hg commit -A -m 'New feature'} bos@199: adding mynewfile bos@199: $ \textbf{hg push} bos@199: pushing to bos@199: searching for changes bos@199: adding changesets bos@199: adding manifests bos@199: adding file changes bos@199: added 1 changesets with 1 changes to 1 files