Submitter | Boris Feld |
---|---|
Date | April 19, 2018, 9:17 a.m. |
Message ID | <39ad6c3d676f66421c56.1524129428@FB> |
Download | mbox | patch |
Permalink | /patch/31195/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/hgext/notify.py b/hgext/notify.py --- a/hgext/notify.py +++ b/hgext/notify.py @@ -455,7 +455,7 @@ def hook(ui, repo, hooktype, node=None, changegroup. else send one email per changeset.''' n = notifier(ui, repo, hooktype) - ctx = repo[node] + ctx = repo.unfiltered()[node] if not n.subs: ui.debug('notify: no subscribers to repository %s\n' % n.root)