Mercurial > p > roundup > code
view scripts/notify-roundup/hg/notify-roundup @ 4243:c3e3e00932a0 gsoc-2009
Added patch stuff support
| author | Pygi <pygi@users.sourceforge.net> |
|---|---|
| date | Sat, 15 Aug 2009 07:43:11 +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"
