142143144145146147148149150151152
} return new Outcome(Kind.Success, "Commit ok"); } catch (HgRuntimeException ex) { throw new HgLibraryFailureException(ex); } finally { repoLock.release(); } } public Nodeid getCommittedRevision() { if (newRevision == null) {