changeset 2783:6b27a7125b67

make error better.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Sat, 05 Aug 2006 02:00:09 -0700
parents 0148869345f7
children e3564699409c
files hgext/notify.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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') %