Submitter | Augie Fackler |
---|---|
Date | Sept. 20, 2013, 5:19 p.m. |
Message ID | <291285a2fa6a9a65b912.1379697578@arthedain.pit.corp.google.com> |
Download | mbox | patch |
Permalink | /patch/2572/ |
State | Accepted |
Commit | efee1f35fcae6a156b066890cb68ee362b50dd56 |
Headers | show |
Comments
Patch
diff --git a/hgext/notify.py b/hgext/notify.py --- a/hgext/notify.py +++ b/hgext/notify.py @@ -133,9 +133,10 @@ ''' +import email, socket, time from mercurial.i18n import _ from mercurial import patch, cmdutil, templater, util, mail -import email.Parser, email.Errors, fnmatch, socket, time +import fnmatch testedwith = 'internal'