hgbook
diff it/examples/branch-named.foo-commit.it @ 794:80e5a41352d7
Validation typos.
author | Giulio@puck |
---|---|
date | Wed Aug 12 23:47:34 2009 +0200 (2009-08-12) |
parents | |
children | 7252e7b7f07d |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/it/examples/branch-named.foo-commit.it Wed Aug 12 23:47:34 2009 +0200 1.3 @@ -0,0 +1,22 @@ 1.4 +<!-- BEGIN branch-named.foo-commit --> 1.5 +<screen><prompt>$</prompt> <userinput>echo qualcosa > qualchefile</userinput> 1.6 +<prompt>$</prompt> <userinput>hg commit -A -m 'Nuovo file.'</userinput> 1.7 +aggiungo qualchefile 1.8 +creata una nuova testa 1.9 +<prompt>$</prompt> <userinput>hg heads</userinput> 1.10 +changeset: 3:859c842ea668 1.11 +branch: foo 1.12 +tag: tip 1.13 +parent: 1:b15761055392 1.14 +user: Bryan O'Sullivan <bos@serpentine.com> 1.15 +date: Fri Jun 05 15:49:04 2009 +0000 1.16 +summary: NUovo file. 1.17 + 1.18 +changeset: 2:4dce38140953 1.19 +branch: bar 1.20 +user: Bryan O'Sullivan <bos@serpentine.com> 1.21 +date: Fri Jun 05 15:49:00 2009 +0000 1.22 +summary: Terzo commit. 1.23 + 1.24 +</screen> 1.25 +<!-- END branch-named.foo-commit -->