Mercurial > jhg
comparison src/org/tmatesoft/hg/internal/RevlogStream.java @ 425:48f993aa2f41
FIXMEs: exceptions, javadoc
| author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
|---|---|
| date | Wed, 28 Mar 2012 18:39:29 +0200 |
| parents | 9c9c442b5f2e |
| children | 299870249a28 |
comparison
equal
deleted
inserted
replaced
| 424:6437d261048a | 425:48f993aa2f41 |
|---|---|
| 303 throw new HgInvalidRevisionException(revisionIndex).setRevisionIndex(revisionIndex, 0, last); | 303 throw new HgInvalidRevisionException(revisionIndex).setRevisionIndex(revisionIndex, 0, last); |
| 304 } | 304 } |
| 305 return revisionIndex; | 305 return revisionIndex; |
| 306 } | 306 } |
| 307 | 307 |
| 308 private void initOutline() { | 308 private void initOutline() throws HgInvalidControlFileException { |
| 309 if (baseRevisions != null && baseRevisions.length > 0) { | 309 if (baseRevisions != null && baseRevisions.length > 0) { |
| 310 return; | 310 return; |
| 311 } | 311 } |
| 312 DataAccess da = getIndexStream(); | 312 DataAccess da = getIndexStream(); |
| 313 try { | 313 try { |
