Mercurial > hg-stable
diff hgext/notify.py @ 3876:1e0b94cfba0e
Remove deprecated old-style branch support
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Tue, 12 Dec 2006 18:16:23 -0600 |
parents | 16f8e7d1dd54 |
children | abaee83ce0a6 |
line wrap: on
line diff
--- a/hgext/notify.py Tue Dec 12 17:52:33 2006 -0600 +++ b/hgext/notify.py Tue Dec 12 18:16:23 2006 -0600 @@ -113,7 +113,7 @@ template = (self.ui.config('notify', hooktype) or self.ui.config('notify', 'template')) self.t = cmdutil.changeset_templater(self.ui, self.repo, - False, None, mapfile, False) + False, mapfile, False) if not mapfile and not template: template = deftemplates.get(hooktype) or single_template if template: