wdLock.acquire();
eh.run("hg", "tag", "tag-aaa");
Assert.assertNotSame(0 /*returns 0 on success*/, eh.getExitValue());
Assert.assertTrue(p.result().toString().contains("abort"));
} finally {
wdLock.release();
}
}
public static void main(String[] args) throws Exception {
Map<String, Object> po = new HashMap<String, Object>();