author | Vadim Gelfer <vadim.gelfer@gmail.com> |
Sat, 05 Aug 2006 02:00:09 -0700 | |
changeset 2788 | 6b27a7125b67 |
parent 2787 | 0148869345f7 |
child 2789 | e3564699409c |
hgext/notify.py | file | annotate | diff | comparison | revisions |
--- a/hgext/notify.py Fri Aug 04 10:38:17 2006 -0700 +++ b/hgext/notify.py Sat Aug 05 02:00:09 2006 -0700 @@ -255,7 +255,7 @@ 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') %