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