Mercurial > hg4j
comparison build.xml @ 648:690e71d29bf6
Introduced RevisionSet to ease update of phase roots on push
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Tue, 25 Jun 2013 20:48:37 +0200 |
parents | a8ce405da1f5 |
children | 6e98d34eaca8 |
comparison
equal
deleted
inserted
replaced
647:c75297c17867 | 648:690e71d29bf6 |
---|---|
108 <test name="org.tmatesoft.hg.test.TestAddRemove" /> | 108 <test name="org.tmatesoft.hg.test.TestAddRemove" /> |
109 <test name="org.tmatesoft.hg.test.TestCommit" /> | 109 <test name="org.tmatesoft.hg.test.TestCommit" /> |
110 <test name="org.tmatesoft.hg.test.TestBlame" /> | 110 <test name="org.tmatesoft.hg.test.TestBlame" /> |
111 <test name="org.tmatesoft.hg.test.TestDiffHelper" /> | 111 <test name="org.tmatesoft.hg.test.TestDiffHelper" /> |
112 <test name="org.tmatesoft.hg.test.TestRepositoryLock" /> | 112 <test name="org.tmatesoft.hg.test.TestRepositoryLock" /> |
113 <test name="org.tmatesoft.hg.test.TestRevisionSet" /> | |
113 <test name="org.tmatesoft.hg.test.ComplexTest" /> | 114 <test name="org.tmatesoft.hg.test.ComplexTest" /> |
114 </junit> | 115 </junit> |
115 </target> | 116 </target> |
116 | 117 |
117 <!-- --> | 118 <!-- --> |