I'm trying to get the powers that be at work to enable post-commit hooks for
our Subversion repositories.  Here's the default, sans comments:

    REPOS="$1"
    REV="$2"

    commit-email.pl "$REPOS" "$REV" [email protected]
    log-commit.py --repository "$REPOS" --revision "$REV"

Does Python's post-commit.tmpl do more (or less) than this?  If it's
substantially different, can someone mail me a copy of what's installed?

Thanks,

Skip
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to