Mercurial > hg4j
diff src/org/tmatesoft/hg/internal/RepositoryComparator.java @ 383:994b5813a925
Few comments
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Mon, 13 Feb 2012 12:47:24 +0100 |
parents | 2fadf8695f8a |
children | 9c9c442b5f2e |
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/internal/RepositoryComparator.java Fri Feb 10 13:56:24 2012 +0100 +++ b/src/org/tmatesoft/hg/internal/RepositoryComparator.java Mon Feb 13 12:47:24 2012 +0100 @@ -486,7 +486,7 @@ toQuery.clear(); } if (rootIndex == -1) { - throw new HgBadStateException("Shall not happen, provided between output is correct"); // FIXME + throw new HgBadStateException("Shall not happen, provided between output is correct"); // FIXME EXCEPTIONS } result[rootIndex] = branchRoot; boolean resultOk = true; @@ -503,7 +503,7 @@ System.out.println("Total queries:" + totalQueries); } if (!resultOk) { - throw new HgBadStateException("See console for details"); // FIXME + throw new HgBadStateException("See console for details"); // FIXME EXCEPTIONS } return fromRootToHead; }