view main.iml @ 370:64cb622b3e89

TW-15591 run hg update with auth params This solves the problem of updating repository which has hg subrepos when tracked subrepo revision is changed and subrepo requires authentication. Svn subrepos still not updated correctly, because they don't get authentication parameters from hg.
author Dmitry Neverov <dmitry.neverov@jetbrains.com>
date Wed, 08 Feb 2012 11:32:49 +0400
parents 6a535d51079a
children
line wrap: on
line source

<?xml version="1.0" encoding="UTF-8"?>
<module relativePaths="true" type="JAVA_MODULE" version="4">
  <component name="NewModuleRootManager" inherit-compiler-output="true">
    <exclude-output />
    <content url="file://$MODULE_DIR$">
      <excludeFolder url="file://$MODULE_DIR$/.hg" />
      <excludeFolder url="file://$MODULE_DIR$/dist" />
      <excludeFolder url="file://$MODULE_DIR$/test-output" />
    </content>
    <orderEntry type="inheritedJdk" />
    <orderEntry type="sourceFolder" forTests="false" />
  </component>
</module>