# Copyright 2012 Neil Muller
# GPL 2+ - see COPYING for details
-from bzrlib import (
- errors,
- revision as _mod_revision,
- )
-from bzrlib.config import (
- ListOption,
- Option,
- bool_from_store,
- int_from_store,
- )
+from bzrlib.config import Option
import socket
import sys
import json
# Do this after we have locked, to make things faster.
self._setup_revision_and_revno()
channels = self.config.get('irker_channels')
+ if channels:
+ channels = channels.split(',')
msg = unicode(self._format())
# We rely on the server truncating, rather than trying to be
# too fancy here