##// 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 255 changegroup. else send one email per changeset.'''
256 256 n = notifier(ui, repo, hooktype)
257 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 259 return
260 260 if n.skipsource(source):
261 261 ui.debug(_('notify: changes have source "%s" - skipping\n') %
General Comments 0
You need to be logged in to leave comments. Login now