Mercurial > hgbook
diff en/examples/branch-named.foo-commit.out @ 206:6519f3b983b4
More material about named branches.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Mon, 23 Apr 2007 15:28:13 -0700 |
parents | |
children | 2936cb7eae7a |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/en/examples/branch-named.foo-commit.out Mon Apr 23 15:28:13 2007 -0700 @@ -0,0 +1,18 @@ +$ \textbf{echo something > somefile} +$ \textbf{hg commit -A -m 'New file'} +adding somefile +$ \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 +