# HG changeset patch # User Pavel.Sher # Date 1216054330 -14400 # Node ID 2cb2df5a0dcd253050ef4fb12dc311143508a0cf # Parent 06104e41d5c2df449eb9010165dcc8c96417cce0 fix working directory update (use pull command) diff -r 06104e41d5c2 -r 2cb2df5a0dcd main.iml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.iml Mon Jul 14 20:52:10 2008 +0400 @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff -r 06104e41d5c2 -r 2cb2df5a0dcd mercurial-tests/src/jetbrains/buildServer/buildTriggers/vcs/mercurial/MercurialVcsSupportTest.java --- a/mercurial-tests/src/jetbrains/buildServer/buildTriggers/vcs/mercurial/MercurialVcsSupportTest.java Mon Jul 14 20:29:29 2008 +0400 +++ b/mercurial-tests/src/jetbrains/buildServer/buildTriggers/vcs/mercurial/MercurialVcsSupportTest.java Mon Jul 14 20:52:10 2008 +0400 @@ -49,14 +49,6 @@ assertEquals("5:1d2cc6f3bc29", myVcs.getCurrentVersion(vcsRoot)); } - public void testUpdateWorkingDir() throws Exception { - VcsRootImpl vcsRoot = createVcsRoot(); - myVcs.getCurrentVersion(vcsRoot); - - List changes = myVcs.collectBuildChanges(vcsRoot, "0:9875b412a788", "3:9522278aa38d", new CheckoutRules("")); - assertEquals(3, changes.size()); - } - public void testCollectChanges() throws Exception { VcsRootImpl vcsRoot = createVcsRoot(); diff -r 06104e41d5c2 -r 2cb2df5a0dcd mercurial.ipr --- a/mercurial.ipr Mon Jul 14 20:29:29 2008 +0400 +++ b/mercurial.ipr Mon Jul 14 20:52:10 2008 +0400 @@ -317,9 +317,7 @@ - - - +