comparison src/org/tmatesoft/hg/repo/HgManifest.java @ 421:fdd7d756dea0 v0.8.5

Allow IOException from DataAccess methods for subclasses with non-trivial implementations, to avoid exception dumps when inapropriate
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Thu, 22 Mar 2012 23:09:11 +0100
parents 7f136a3fa671
children 9c9c442b5f2e
comparison
equal deleted inserted replaced
420:6c22bdc0bdfd 421:fdd7d756dea0
622 // keep -1 in the changelog2manifest map. 622 // keep -1 in the changelog2manifest map.
623 } else { 623 } else {
624 changelog2manifest[u] = repo.getManifest().getRevisionIndex(manifest); 624 changelog2manifest[u] = repo.getManifest().getRevisionIndex(manifest);
625 } 625 }
626 } catch (HgInvalidControlFileException ex) { 626 } catch (HgInvalidControlFileException ex) {
627 // FIXME need to propagate the error up to client 627 // FIXME EXCEPTIONS need to propagate the error up to client
628 repo.getContext().getLog().error(getClass(), ex, null); 628 repo.getContext().getLog().error(getClass(), ex, null);
629 } 629 }
630 } 630 }
631 } 631 }
632 } 632 }