Mercurial > hgbook
view en/examples/branching.init.out @ 516:7e838acf7350
translated more paragraphs of collab to spanish
author | Igor TAmara <igor@tamarapatino.org> |
---|---|
date | Thu, 13 Nov 2008 23:09:45 -0500 |
parents | 5fc4a45c069f |
children |
line wrap: on
line source
$ \textbf{hg init main} $ \textbf{cd main} $ \textbf{echo 'This is a boring feature.' > myfile} $ \textbf{hg commit -A -m 'We have reached an important milestone!'} adding myfile