hgbook
diff en/examples/branch-named.rebranch.out @ 259:b42689a730a2
Typo
author | Johannes Hoff <wbunaarfubss@gmail.com> |
---|---|
date | Sun Jun 17 11:42:14 2007 +0200 (2007-06-17) |
parents | |
children | 00f69e8825c5 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/en/examples/branch-named.rebranch.out Sun Jun 17 11:42:14 2007 +0200 1.3 @@ -0,0 +1,14 @@ 1.4 +$ \textbf{hg branch} 1.5 +foo 1.6 +$ \textbf{hg branch bar} 1.7 +$ \textbf{echo new file > newfile} 1.8 +$ \textbf{hg commit -A -m 'Third commit'} 1.9 +adding newfile 1.10 +$ \textbf{hg tip} 1.11 +changeset: 1.12 +branch: bar 1.13 +tag: tip 1.14 +user: Bryan O'Sullivan <bos@serpentine.com> 1.15 + 1.16 +summary: Third commit 1.17 +