Changeset 1469:35427b7467a7 for configuration
- Timestamp:
- 08/22/10 09:42:16 (18 months ago)
- Branch:
- default
- File:
-
- 1 edited
-
configuration/hgrc/hgrc.server (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
configuration/hgrc/hgrc.server
r1442 r1469 14 14 15 15 [hooks] 16 incoming.notify_push = for i in $(cat <path to list with email>); do /bin/echo -n -e "$(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/true16 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 17 17 18 18 changegroup.mirror = for i in $(cat <path to list with mirrors>); do hg push -f $i; done
Note: See TracChangeset
for help on using the changeset viewer.
