hgbook

diff en/examples/branch-named.rebranch.out @ 250:5ecf66974def

Generate build_id.tex correctly regardless of repo format.
author Bryan O'Sullivan <bos@serpentine.com>
date Wed May 30 20:06:05 2007 -0700 (2007-05-30)
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	Wed May 30 20:06:05 2007 -0700
     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 +