Mercurial > hg4j
diff build.xml @ 529:95bdcf75e71e
Command to schedule addition/removal of repository files
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Mon, 21 Jan 2013 19:41:51 +0100 |
parents | 2f9ed6bcefa2 |
children | 67d4b0f73984 |
line wrap: on
line diff
--- a/build.xml Thu Jan 17 19:23:52 2013 +0100 +++ b/build.xml Mon Jan 21 19:41:51 2013 +0100 @@ -103,6 +103,7 @@ <test name="org.tmatesoft.hg.test.TestCatCommand" /> <test name="org.tmatesoft.hg.test.TestRevert" /> <test name="org.tmatesoft.hg.test.TestCheckout" /> + <test name="org.tmatesoft.hg.test.TestAddRemove" /> </junit> </target>