5 ### show changed files and be a bit more verbose if True
9 ### username data to appear in comits
10 ### it usually takes the form: Joe User <joe.user@host.com>
12 username = Scott Tsai <scottt.tw@gmail.com>
17 # hgext.svn = /home/scottt/work/mercurial/hgsubversion
23 ### each extension has its own 'extension_name=path' line
24 ### the default python library path is used when path is left blank
25 ### the hgext dir is used when 'hgext.extension_name=' is written
27 ### acl - Access control lists
32 ### bisect - binary search changesets to detect bugs
37 ### bugzilla - update bugzilla bugs when changesets mention them
42 ### extdiff - Use external diff application instead of builtin one
46 ### gpg - GPG checks and signing
51 ### graphlog - ASCII graph log
56 ### hgk - GUI repository browser
61 ### mq - Mercurial patch queues
66 ### notify - Template driven e-mail notifications
71 ### patchbomb - send changesets as a series of patch emails
76 ### churn - create a graph showing who changed the most lines
81 ### win32text - line ending conversion filters for the Windows platform
85 ### --- hgk additional configuration
89 ### set executable path
91 # path = /home/user/hg/hg/contrib/hgk
93 ### --- Hook to Mercurial actions - See hgrc man page for avaliable hooks
97 ### Example notify hooks (load hgext.notify extension before use)
99 # incoming.notify = python:hgext.notify.hook
100 # changegroup.notify = python:hgext.notify.hook
102 ### Email configuration for the notify and patchbomb extensions
106 ### Your email address
108 # from = user@example.com
110 ### Method to send email - smtp or /usr/sbin/sendmail or other program name
114 ### smtp server to send email to
123 # local_hostname = myhost
125 ### --- Email notification hook for server
128 ### multiple sources can be specified as a whitespace or comma separated list
130 # sources = serve push pull bundle
132 ### set this to False when you're ready for mail to start sending
136 ### path to config file with names of subscribers
138 # config = /path/to/subscription/file