Changeset 1165:d810a08dec25


Ignore:
Timestamp:
02/22/09 15:34:43 (3 years ago)
Author:
niam
Branch:
libdodo
Message:

proper hg hook def

File:
1 edited

Legend:

Unmodified
Added
Removed
  • hgrc/hgrc.server

    r1155 r1165  
    1717changegroup.notify = python:hgext.notify.hook 
    1818changegroup.mirror = for i in $(cat <path to list with mirrors>); do hg push $i; done 
    19 incoming.mantis = /usr/bin/php <path to mantis>/core/checkin.php <<< $(hg tip --template '{desc}\n\n(changeset: {rev}:{node|short})') 
     19incoming.mantis = /usr/bin/php /var/www/libdodo.org/issues/core/checkin.php <<< $(hg log -r $HG_NODE --template '{desc}\n\n(changeset: {rev}:{node|short})') 
    2020 
    2121[email] 
Note: See TracChangeset for help on using the changeset viewer.