foozy@708: $ \textbf{hg clone stable stable-fix}
foozy@708: 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
foozy@708: $ \textbf{cd stable-fix}
foozy@708: $ \textbf{echo 'This is a fix to a boring feature.' > myfile}
foozy@708: $ \textbf{hg commit -m 'Fix a bug'}
foozy@708: $ \textbf{hg push}
foozy@708: pushing to /tmp/branchingfJgZac/stable
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