bos@198: $ \textbf{hg clone myproject-1.0.1 my-1.0.1-bugfix} hg@298: updating working directory bos@198: 2 files updated, 0 files merged, 0 files removed, 0 files unresolved bos@198: $ \textbf{cd my-1.0.1-bugfix} bos@198: $ \textbf{echo 'I fixed a bug using only echo!' >> myfile} bos@198: $ \textbf{hg commit -m 'Important fix for 1.0.1'} bos@198: $ \textbf{hg push} jerojasro@336: pushing to bos@198: searching for changes bos@198: adding changesets bos@198: adding manifests bos@198: adding file changes bos@198: added 1 changesets with 1 changes to 1 files