| Line | |
|---|
| 1 | [ui] |
|---|
| 2 | username = <user> |
|---|
| 3 | |
|---|
| 4 | [trusted] |
|---|
| 5 | users = <user1, user1> |
|---|
| 6 | groups = <group1, group2> |
|---|
| 7 | |
|---|
| 8 | [extensions] |
|---|
| 9 | hgext.highlight= |
|---|
| 10 | bookmarks = |
|---|
| 11 | |
|---|
| 12 | [bookmarks] |
|---|
| 13 | track.current = True |
|---|
| 14 | |
|---|
| 15 | [web] |
|---|
| 16 | allow_archive = zip gz bz2 |
|---|
| 17 | style = paper |
|---|
| 18 | baseurl = <url to repository> |
|---|
| 19 | allow_push = <user1, user1> |
|---|
| 20 | push_ssl = false |
|---|
| 21 | pygments_style = emacs |
|---|
| 22 | |
|---|
| 23 | [hooks] |
|---|
| 24 | incoming.notify_push = for i in $(cat <path to list with email>); do hg log -r $HG_NODE --template '\nchangeset: {rev}:{node|short}\nbranch: {branches}\nuser: {author}\ndate: {date|date}\n\ndescription:\n{desc}\n\n' -p | mail -s "libdodo: $HG_NODE" "$i" -a "From: <<from>>"; done; /bin/true |
|---|
| 25 | |
|---|
| 26 | changegroup.mirror = for i in $(cat <path to list with mirrors>); do hg push -f $i; done |
|---|
| 27 | |
|---|
| 28 | incoming.trac = /usr/bin/python /var/hg/libdodo/.hg/trac-post-commit-hook -p /var/trac/libdodo -r $HG_NODE; /bin/true |
|---|
Note: See
TracBrowser
for help on using the repository browser.