Mercurial > hgbook
annotate en/examples/ch10/bugzilla-config.lst @ 838:d1f676a6a4b3 default tip
update mq chapter.
propagate ef53d025f410.
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Thu, 03 Dec 2009 01:26:08 +0900 |
parents | 8366882f67f2 |
children |
rev | line source |
---|---|
680
8366882f67f2
Fix up more formatting goop
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
1 [bugzilla] |
8366882f67f2
Fix up more formatting goop
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
2 host = bugzilla.example.com |
8366882f67f2
Fix up more formatting goop
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
3 password = mypassword version = 2.16 |
8366882f67f2
Fix up more formatting goop
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
4 # server-side repos live in /home/hg/repos, so strip 4 leading |
8366882f67f2
Fix up more formatting goop
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
5 # separators |
8366882f67f2
Fix up more formatting goop
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
6 strip = 4 |
8366882f67f2
Fix up more formatting goop
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
7 hgweb = http://hg.example.com/ |
8366882f67f2
Fix up more formatting goop
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
8 usermap = /home/hg/repos/notify/bugzilla.conf |
8366882f67f2
Fix up more formatting goop
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
9 template = Changeset {node|short}, made by {author} in the {webroot} |
8366882f67f2
Fix up more formatting goop
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
10 repo, refers to this bug.\n |
8366882f67f2
Fix up more formatting goop
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
11 For complete details, see |
8366882f67f2
Fix up more formatting goop
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
12 {hgweb}{webroot}?cmd=changeset;node={node|short}\n |
8366882f67f2
Fix up more formatting goop
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
13 Changeset description:\n |
8366882f67f2
Fix up more formatting goop
Bryan O'Sullivan <bos@serpentine.com>
parents:
diff
changeset
|
14 \t{desc|tabindent} |