Mercurial > p > roundup > code
view scripts/notify-roundup/hg/notify-roundup @ 4220:e2b1d38236ac gsoc-2009
some more attempts at making this work
| author | Pygi <pygi@users.sourceforge.net> |
|---|---|
| date | Fri, 17 Jul 2009 14:38:06 +0000 |
| parents | ccb13ca51449 |
| children |
line wrap: on
line source
#!/bin/bash PYTHON=/usr/bin/python NOTIFY=/path/to/your/notify-roundup.py CONFIG=/path/to/your/notify-roundup.ini REPOS=`/bin/pwd` CMD="/usr/bin/hg log `/bin/pwd` --rev=tip" REV=`$CMD | grep changeset` PYTHONPATH=/path/to/your/roundup/instance "$PYTHON" "$NOTIFY" "$CONFIG" "$REPOS" "$REV"
