Mercurial > jhg
comparison src/org/tmatesoft/hg/repo/HgDataFile.java @ 608:e1b29756f901
Clean, organize and resolve some TODOs and FIXMEs: minor refactorings and comments
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Tue, 07 May 2013 21:27:51 +0200 |
parents | 707b5c7c6fa4 |
children | 868b2ffdcd5c |
comparison
equal
deleted
inserted
replaced
607:66f1cc23b906 | 608:e1b29756f901 |
---|---|
570 delegate.next(revisionNumber, actualLen, baseRevision, linkRevision, parent1Revision, parent2Revision, nodeid, data); | 570 delegate.next(revisionNumber, actualLen, baseRevision, linkRevision, parent1Revision, parent2Revision, nodeid, data); |
571 } | 571 } |
572 } catch (IOException ex) { | 572 } catch (IOException ex) { |
573 recordFailure(ex); | 573 recordFailure(ex); |
574 } catch (HgInvalidControlFileException ex) { | 574 } catch (HgInvalidControlFileException ex) { |
575 // TODO RevlogStream, where this RevlogStream.Inspector goes, shall set File (as it's the only one having access to it) | |
576 recordFailure(ex.isRevisionIndexSet() ? ex : ex.setRevisionIndex(revisionNumber)); | 575 recordFailure(ex.isRevisionIndexSet() ? ex : ex.setRevisionIndex(revisionNumber)); |
577 } | 576 } |
578 } | 577 } |
579 | 578 |
580 @Override | 579 @Override |