Changeset 1174:6d083bb449b5
- Timestamp:
- 02/27/09 09:27:20 (3 years ago)
- 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. - File:
-
- 1 edited
-
hgrc/hgrc.server (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hgrc/hgrc.server
r1172 r1174 16 16 [hooks] 17 17 changegroup.notify = python:hgext.notify.hook 18 changegroup.mirror = for i in $(cat <path to list with mirrors>); do hg -f push$i; done18 changegroup.mirror = for i in $(cat <path to list with mirrors>); do hg push -f $i; done 19 19 incoming.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 20 20
Note: See TracChangeset
for help on using the changeset viewer.
