Changeset 1174:6d083bb449b5


Ignore:
Timestamp:
02/27/09 09:27:20 (3 years ago)
Author:
niam
Branch:
default
Parents:
1173:04c845a7fae4 (diff), 1172:e854274b162e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

branch merge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • hgrc/hgrc.server

    r1172 r1174  
    1616[hooks] 
    1717changegroup.notify = python:hgext.notify.hook 
    18 changegroup.mirror = for i in $(cat <path to list with mirrors>); do hg -f push $i; done 
     18changegroup.mirror = for i in $(cat <path to list with mirrors>); do hg push -f $i; done 
    1919incoming.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})'); /bin/true 
    2020 
Note: See TracChangeset for help on using the changeset viewer.