Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
8238918: idea.sh should work with both mercurial and git repos
Reviewed-by: erikj, mcimadamore, ehelin, lancea
- Loading branch information
Showing
with
15 additions
and 2 deletions.
- +14 −1 bin/idea.sh
- +1 −1 make/idea/template/vcs.xml
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<project version="4"> | ||
<component name="VcsDirectoryMappings"> | ||
<mapping directory="###ROOT_DIR###" vcs="hg4idea" /> | ||
<mapping directory="###ROOT_DIR###" vcs="###VCS_TYPE###" /> | ||
</component> | ||
</project> |