##// END OF EJS Templates
notify: access the initial revision on an unfiltered repository (issue5821)...
Boris Feld -
r37812:04d648b5 stable
parent child Browse files
Show More
@@ -455,7 +455,7 b' def hook(ui, repo, hooktype, node=None, '
455 changegroup. else send one email per changeset.'''
455 changegroup. else send one email per changeset.'''
456
456
457 n = notifier(ui, repo, hooktype)
457 n = notifier(ui, repo, hooktype)
458 ctx = repo[node]
458 ctx = repo.unfiltered()[node]
459
459
460 if not n.subs:
460 if not n.subs:
461 ui.debug('notify: no subscribers to repository %s\n' % n.root)
461 ui.debug('notify: no subscribers to repository %s\n' % n.root)
General Comments 0
You need to be logged in to leave comments. Login now