##// END OF EJS Templates
make error better.
Vadim Gelfer -
r2788:6b27a712 default
parent child Browse files
Show More
@@ -255,7 +255,7 b' def hook(ui, repo, hooktype, node=None, '
255 changegroup. else send one email per changeset.'''
255 changegroup. else send one email per changeset.'''
256 n = notifier(ui, repo, hooktype)
256 n = notifier(ui, repo, hooktype)
257 if not n.subs:
257 if not n.subs:
258 ui.debug(_('notify: no subscribers to this repo\n'))
258 ui.debug(_('notify: no subscribers to repo %s\n' % n.root))
259 return
259 return
260 if n.skipsource(source):
260 if n.skipsource(source):
261 ui.debug(_('notify: changes have source "%s" - skipping\n') %
261 ui.debug(_('notify: changes have source "%s" - skipping\n') %
General Comments 0
You need to be logged in to leave comments. Login now