# GPL 2+ - see COPYING for details
"""Sending irker notifications for commits and branch changes.
-Details to follow
+This will talk to an irkerd (currently assumed to be running on localhost)
+and post commit logs.
+
+Useful configuration settings:
+ irker_project - The name of the project used in announcements
+ irker_channels - The irc channels to post announcements to
+ irker_colours - Settings for using colours in the announcements (ANSI or
+ mIRC)
"""
from bzrlib.config import option_registry
""")
-
def branch_commit_hook(local, master, old_revno, old_revid,
new_revno, new_revid):
"""This is the post_commit hook that runs after commit."""