Mercurial > hg4j
diff 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 |
line wrap: on
line diff
--- a/build.xml Tue Jun 25 18:53:18 2013 +0200 +++ b/build.xml Tue Jun 25 20:48:37 2013 +0200 @@ -110,6 +110,7 @@ <test name="org.tmatesoft.hg.test.TestBlame" /> <test name="org.tmatesoft.hg.test.TestDiffHelper" /> <test name="org.tmatesoft.hg.test.TestRepositoryLock" /> + <test name="org.tmatesoft.hg.test.TestRevisionSet" /> <test name="org.tmatesoft.hg.test.ComplexTest" /> </junit> </target>