##// END OF EJS Templates
patchbomb: use email.mime.base instead of email.MIMEBase...
patchbomb: use email.mime.base instead of email.MIMEBase The later was removed on Python 3. On python 2: >>> email.MIMEBase.MIMEBase is email.mime.base.MIMEBase True Differential Revision: https://phab.mercurial-scm.org/D3836

File last commit:

r33584:b2c27d84 stable
r38491:d17d1ee1 @55 default
Show More
.arcconfig
6 lines | 148 B | text/plain | TextLexer
Alex Gaynor
phabricator: include the suggested arc config in the repo...
r33584 {
"conduit_uri": "https://phab.mercurial-scm.org/api",
"repository.callsign": "HG",
"arc.land.onto.default": "@",
"base": "hg:.^"
}