Ignore:
Timestamp:
08/22/10 09:42:16 (18 months ago)
Author:
niam
Branch:
default
Message:

[configuration] do not exploit "echo" for compilation of body for notification mail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configuration/hgrc/hgrc.server

    r1442 r1469  
    1414 
    1515[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/true 
     16incoming.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 
    1717 
    1818changegroup.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.