# HG changeset patch # User Vadim Gelfer # Date 1154768409 25200 # Node ID 6b27a7125b674f9ce55d2c058b57944c09097195 # Parent 0148869345f7ffb64693148e47af69bffc32b1c2 make error better. diff --git a/hgext/notify.py b/hgext/notify.py --- a/hgext/notify.py +++ b/hgext/notify.py @@ -255,7 +255,7 @@ def hook(ui, repo, hooktype, node=None, changegroup. else send one email per changeset.''' n = notifier(ui, repo, hooktype) if not n.subs: - ui.debug(_('notify: no subscribers to this repo\n')) + ui.debug(_('notify: no subscribers to repo %s\n' % n.root)) return if n.skipsource(source): ui.debug(_('notify: changes have source "%s" - skipping\n') %