Mercurial > hg
annotate contrib/plan9/hgrc.d/9mail.rc @ 49495:59a72267f5ce
fsmonitor: migrate Python ABCs from collections to collections.abc
The Collections Abstract Base Classes in the collections module are
deprecated since Python 3.3 in favor of collections.abc, and removed
in Python 3.10.
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Fri, 09 Sep 2022 12:45:26 -0700 |
parents | ba89c3872801 |
children |
rev | line source |
---|---|
19617
ba89c3872801
hgrc.d: separate namespace for mercurial scripts 9diff and 9mail
Jeff Sickel <jas@corpus-callosum.com>
parents:
diff
changeset
|
1 # The 9mail to support patchbomb and other email wrappers |
ba89c3872801
hgrc.d: separate namespace for mercurial scripts 9diff and 9mail
Jeff Sickel <jas@corpus-callosum.com>
parents:
diff
changeset
|
2 [email] |
ba89c3872801
hgrc.d: separate namespace for mercurial scripts 9diff and 9mail
Jeff Sickel <jas@corpus-callosum.com>
parents:
diff
changeset
|
3 method = /bin/mercurial/9mail |
ba89c3872801
hgrc.d: separate namespace for mercurial scripts 9diff and 9mail
Jeff Sickel <jas@corpus-callosum.com>
parents:
diff
changeset
|
4 |