diff en/ch08-branch.xml @ 746:d0160b0b1a9e

Merge with http://hg.serpentine.com/mercurial/book
author Dongsheng Song <dongsheng.song@gmail.com>
date Wed, 18 Mar 2009 20:32:37 +0800
parents cfdb601a3c8b 8366882f67f2
children
line wrap: on
line diff
--- a/en/ch08-branch.xml	Wed Mar 18 19:50:36 2009 +0800
+++ b/en/ch08-branch.xml	Wed Mar 18 20:32:37 2009 +0800
@@ -520,8 +520,8 @@
       <quote>stable</quote> branch.  Such a hook might look like this
       inside the shared repo's <filename role="special">
 	/.hgrc</filename>.</para>
-    <programlisting>[hooks] pretxnchangegroup.branch = hg heads
-      --template '{branches} ' | grep mybranch</programlisting>
+    <programlisting>[hooks]
+pretxnchangegroup.branch = hg heads --template '{branches} ' | grep mybranch</programlisting>
 
   </sect1>
 </chapter>