##// END OF EJS Templates
rebase: check whether the rebasestate exists or not a bit early...
rebase: check whether the rebasestate exists or not a bit early Converted the else part into `if True` because that part will soon be under a except part. Differential Revision: https://phab.mercurial-scm.org/D3876

File last commit:

r33584:b2c27d84 stable
r38537:cf24f678 @65 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:.^"
}