##// END OF EJS Templates
feat(git/svn): remove filesystem modifications from git/svn calls. When sharding comes in place we can't do this....
feat(git/svn): remove filesystem modifications from git/svn calls. When sharding comes in place we can't do this. - This code was moved back to the vcsserver logic now

File last commit:

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