# HG changeset patch
# User Martin Geisler <mg@lazybytes.net>
# Date 2009-07-22 22:21:46
# Node ID 8d59e43854d974fbd5d96cd235f77c596871b1c8
# Parent  e4dbd49b88a90a334dfee026b9e6ea3807f3140f

bugzilla: wrap example template line

diff --git a/hgext/bugzilla.py b/hgext/bugzilla.py
--- a/hgext/bugzilla.py
+++ b/hgext/bugzilla.py
@@ -116,7 +116,9 @@ This example configuration is for a coll
     version=3.0
     bzuser=unknown@domain.com
     bzdir=/opt/bugzilla-3.2
-    template=Changeset {node|short} in {root|basename}.\\n{hgweb}/{webroot}/rev/{node|short}\\n\\n{desc}\\n
+    template=Changeset {node|short} in {root|basename}.
+             {hgweb}/{webroot}/rev/{node|short}\\n
+             {desc}\\n
     strip=5
 
     [web]