Mercurial > hgbook
view en/examples/branch-named.foo-commit.out @ 521:59fbfb7e790c
translated some more comments
author | Javier Rojas <jerojasro@devnull.li> |
---|---|
date | Mon, 17 Nov 2008 20:04:37 -0500 |
parents | 2936cb7eae7a |
children |
line wrap: on
line source
$ \textbf{echo something > somefile} $ \textbf{hg commit -A -m 'New file'} adding somefile created new head $ \textbf{hg heads} changeset: branch: foo tag: tip parent: user: Bryan O'Sullivan <bos@serpentine.com> summary: New file changeset: branch: bar user: Bryan O'Sullivan <bos@serpentine.com> summary: Third commit