comparison hgext/notify.py @ 8029:e0c434abd530

notify, commands: word-wrap help strings
author Martin Geisler <mg@lazybytes.net>
date Wed, 08 Apr 2009 00:41:07 +0200
parents 9c7ca86fc658
children 912bfef12ba6
comparison
equal deleted inserted replaced
8028:3aaca5901ade 8029:e0c434abd530
59 # key is glob pattern, value is ","-separated list of subscriber emails 59 # key is glob pattern, value is ","-separated list of subscriber emails
60 pattern = user@host 60 pattern = user@host
61 61
62 glob patterns are matched against path to repository root. 62 glob patterns are matched against path to repository root.
63 63
64 if you like, you can put notify config file in repository that users can 64 if you like, you can put notify config file in repository that users
65 push changes to, they can manage their own subscriptions.''' 65 can push changes to, they can manage their own subscriptions.'''
66 66
67 from mercurial.i18n import _ 67 from mercurial.i18n import _
68 from mercurial import patch, cmdutil, templater, util, mail 68 from mercurial import patch, cmdutil, templater, util, mail
69 import email.Parser, fnmatch, socket, time 69 import email.Parser, fnmatch, socket, time
70 70