changeset 6211 | f89fd07fc51d |
parent 5975 | 75d9fe70c654 |
child 6229 | c3182eeb70ea |
--- a/hgext/notify.py Fri Mar 07 00:24:36 2008 +0100 +++ b/hgext/notify.py Thu Mar 06 22:23:26 2008 +0100 @@ -66,7 +66,7 @@ # push changes to, they can manage their own subscriptions. from mercurial.i18n import _ -from mercurial.node import * +from mercurial.node import bin, short from mercurial import patch, cmdutil, templater, util, mail import email.Parser, fnmatch, socket, time