##// END OF EJS Templates
Mercurial: changes for hg 4.9 support...
Mercurial: changes for hg 4.9 support - we dropped custom diff call and replace it with generic solution - before ctx_diff was called which is no longer supported by vcsserver backend

File last commit:

r3172:d37fc984 default
r3534:eda9cd19 default
Show More
.babelrc
10 lines | 158 B | text/plain | TextLexer
{
"presets": [
["env", {
"targets": {
"browsers": ["last 2 versions"]
}
}]
],
"plugins": ["transform-object-rest-spread"]
}