cmd.file(Path.create("a.txt")).execute();
}
private void testCheckout() throws Exception {
HgCheckoutCommand coCmd = new HgCheckoutCommand(hgRepo);
coCmd.changeset(17).execute();
}
private void tryExtensions() throws Exception {
HgExtensionsManager em = hgRepo.getExtensions();
if (!em.isEnabled(HgExt.Rebase)) {