comparison hgext/bugzilla.py @ 9204:8d59e43854d9

bugzilla: wrap example template line
author Martin Geisler <mg@lazybytes.net>
date Thu, 23 Jul 2009 00:21:46 +0200
parents e4dbd49b88a9
children b03aa86f4c10
comparison
equal deleted inserted replaced
9203:e4dbd49b88a9 9204:8d59e43854d9
114 host=localhost 114 host=localhost
115 password=XYZZY 115 password=XYZZY
116 version=3.0 116 version=3.0
117 bzuser=unknown@domain.com 117 bzuser=unknown@domain.com
118 bzdir=/opt/bugzilla-3.2 118 bzdir=/opt/bugzilla-3.2
119 template=Changeset {node|short} in {root|basename}.\\n{hgweb}/{webroot}/rev/{node|short}\\n\\n{desc}\\n 119 template=Changeset {node|short} in {root|basename}.
120 {hgweb}/{webroot}/rev/{node|short}\\n
121 {desc}\\n
120 strip=5 122 strip=5
121 123
122 [web] 124 [web]
123 baseurl=http://dev.domain.com/hg 125 baseurl=http://dev.domain.com/hg
124 126