comparison build.xml @ 692:e970b333f284

Refactor HgLogCommand to utilize correct file.isCopy(int)
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Sat, 03 Aug 2013 17:11:33 +0200
parents 9897cbfd2790
children 992fa84e7885
comparison
equal deleted inserted replaced
691:72fc7774b87e 692:e970b333f284
95 <test name="org.tmatesoft.hg.test.TestIgnore" /> 95 <test name="org.tmatesoft.hg.test.TestIgnore" />
96 <test name="org.tmatesoft.hg.test.TestConfigFiles" /> 96 <test name="org.tmatesoft.hg.test.TestConfigFiles" />
97 <test name="org.tmatesoft.hg.test.TestDirstate" /> 97 <test name="org.tmatesoft.hg.test.TestDirstate" />
98 <test name="org.tmatesoft.hg.test.TestBranches" /> 98 <test name="org.tmatesoft.hg.test.TestBranches" />
99 <test name="org.tmatesoft.hg.test.TestByteChannel" /> 99 <test name="org.tmatesoft.hg.test.TestByteChannel" />
100 <test name="org.tmatesoft.hg.test.TestFileRenameUtils" />
100 <test name="org.tmatesoft.hg.test.TestSubrepo" /> 101 <test name="org.tmatesoft.hg.test.TestSubrepo" />
101 <test name="org.tmatesoft.hg.test.TestBundle" /> 102 <test name="org.tmatesoft.hg.test.TestBundle" />
102 <test name="org.tmatesoft.hg.test.TestClone" /> 103 <test name="org.tmatesoft.hg.test.TestClone" />
103 <test name="org.tmatesoft.hg.test.TestIncoming" /> 104 <test name="org.tmatesoft.hg.test.TestIncoming" />
104 <test name="org.tmatesoft.hg.test.TestOutgoing" /> 105 <test name="org.tmatesoft.hg.test.TestOutgoing" />