##// END OF EJS Templates
mercurial-submodules: only show submodule in the path that it belongs too....
mercurial-submodules: only show submodule in the path that it belongs too. - before even submodules from root node were shown in subdirectories, and other way arround.

File last commit:

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