[Jython-checkins] jython: Update IntelliJ IDEA version control setup for Mercurial.
nicholas.riley
jython-checkins at python.org
Wed Mar 14 20:46:20 CET 2012
http://hg.python.org/jython/rev/d9ebb708fad6
changeset: 6367:d9ebb708fad6
user: Nicholas Riley <njriley at illinois.edu>
date: Wed Mar 14 15:34:11 2012 -0400
summary:
Update IntelliJ IDEA version control setup for Mercurial.
files:
.idea/vcs.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
--- a/.idea/vcs.xml
+++ b/.idea/vcs.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
- <mapping directory="" vcs="" />
+ <mapping directory="" vcs="hg4idea" />
</component>
</project>
--
Repository URL: http://hg.python.org/jython
More information about the Jython-checkins
mailing list