diff build.xml @ 526:2f9ed6bcefa2

Initial support for Revert command with accompanying minor refactoring
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Tue, 15 Jan 2013 17:07:19 +0100
parents 02140be396d5
children 95bdcf75e71e
line wrap: on
line diff
--- a/build.xml	Fri Jan 11 18:12:39 2013 +0100
+++ b/build.xml	Tue Jan 15 17:07:19 2013 +0100
@@ -101,6 +101,8 @@
 			<test name="org.tmatesoft.hg.test.TestMqExtension" />
 			<test name="org.tmatesoft.hg.test.TestFileFlags" />
 			<test name="org.tmatesoft.hg.test.TestCatCommand" />
+			<test name="org.tmatesoft.hg.test.TestRevert" />
+			<test name="org.tmatesoft.hg.test.TestCheckout" />
 		</junit>
 	</target>