##// END OF EJS Templates
histedit: add missing b prefix to a string...
histedit: add missing b prefix to a string If i18n is disabled (such as via HGPLAIN=1), `_()` doesn't convert from str to bytes, so this raises a TypeError on py3. Differential Revision: https://phab.mercurial-scm.org/D8354

File last commit:

r44587:ff396501 default
r45149:8fca7e84 5.3.2 stable
Show More
.arcconfig
7 lines | 206 B | text/plain | TextLexer
Alex Gaynor
phabricator: include the suggested arc config in the repo...
r33584 {
"conduit_uri": "https://phab.mercurial-scm.org/api",
Matt Harbison
phabricator: use .arcconfig for `phabricator.url` if not set locally...
r44587 "phabricator.uri": "https://phab.mercurial-scm.org/",
Alex Gaynor
phabricator: include the suggested arc config in the repo...
r33584 "repository.callsign": "HG",
"arc.land.onto.default": "@",
"base": "hg:.^"
}