Changeset 1394:560d14077b42


Ignore:
Timestamp:
11/05/09 18:14:36 (2 years ago)
Author:
niam
Branch:
default
Message:

do not use envelope for post commit message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configuration/hgrc/hgrc.server

    r1302 r1394  
    2020changegroup.mirror = for i in $(cat <path to list with mirrors>); do hg push -f $i; done 
    2121 
    22 incoming.trac = /usr/bin/python /var/hg/libdodo/.hg/trac-post-commit-hook -p /var/trac/libdodo -r $HG_NODE -e'{}'; /bin/true 
     22incoming.trac = /usr/bin/python /var/hg/libdodo/.hg/trac-post-commit-hook -p /var/trac/libdodo -r $HG_NODE; /bin/true 
Note: See TracChangeset for help on using the changeset viewer.