Mercurial > hg4j
comparison src/org/tmatesoft/hg/internal/RevlogDump.java @ 189:e9d275fb0bc0
Correct entry index when revlog has not inlined data
| author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
|---|---|
| date | Thu, 14 Apr 2011 02:47:47 +0200 |
| parents | dd525ca65de8 |
| children | d45ad07dc94c |
comparison
equal
deleted
inserted
replaced
| 188:facfd8518367 | 189:e9d275fb0bc0 |
|---|---|
| 95 resultString = new String(data); | 95 resultString = new String(data); |
| 96 } | 96 } |
| 97 if (dumpData) { | 97 if (dumpData) { |
| 98 System.out.println(resultString); | 98 System.out.println(resultString); |
| 99 } | 99 } |
| 100 entryCount++; | |
| 101 } | 100 } |
| 101 entryCount++; | |
| 102 } | 102 } |
| 103 dis.close(); | 103 dis.close(); |
| 104 // | 104 // |
| 105 } | 105 } |
| 106 } | 106 } |
