hgbook

diff en/ch08-branch.xml @ 580:8366882f67f2

Fix up more formatting goop
author Bryan O'Sullivan <bos@serpentine.com>
date Wed Mar 18 00:00:58 2009 -0700 (2009-03-18)
parents 13513d2a128d
children d0160b0b1a9e
line diff
     1.1 --- a/en/ch08-branch.xml	Mon Mar 09 23:37:29 2009 -0700
     1.2 +++ b/en/ch08-branch.xml	Wed Mar 18 00:00:58 2009 -0700
     1.3 @@ -520,8 +520,8 @@
     1.4        <quote>stable</quote> branch.  Such a hook might look like this
     1.5        inside the shared repo's <filename role="special">
     1.6  	/.hgrc</filename>.</para>
     1.7 -    <programlisting>[hooks] pretxnchangegroup.branch = hg heads
     1.8 -      --template '{branches} ' | grep mybranch</programlisting>
     1.9 +    <programlisting>[hooks]
    1.10 +pretxnchangegroup.branch = hg heads --template '{branches} ' | grep mybranch</programlisting>
    1.11  
    1.12    </sect1>
    1.13  </chapter>