foozy@708: $ \textbf{hg clone myproject-1.0.1 my-1.0.1-bugfix} foozy@708: 2 files updated, 0 files merged, 0 files removed, 0 files unresolved foozy@708: $ \textbf{cd my-1.0.1-bugfix} foozy@708: $ \textbf{echo 'I fixed a bug using only echo!' >> myfile} foozy@708: $ \textbf{hg commit -m 'Important fix for 1.0.1'} foozy@708: $ \textbf{hg push} foozy@708: pushing to /tmp/branch-repo4rF-PL/myproject-1.0.1 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