Mercurial > hg4j
comparison src/org/tmatesoft/hg/repo/HgParentChildMap.java @ 663:46b56864b483
Pull: phase2 - update phases from remote, fncache with added files. Tests
| author | Artem Tikhomirov <tikhomirov.artem@gmail.com> | 
|---|---|
| date | Wed, 10 Jul 2013 16:41:49 +0200 | 
| parents | af5223b86dd3 | 
| children | d25f0324a27a | 
   comparison
  equal
  deleted
  inserted
  replaced
| 662:af5223b86dd3 | 663:46b56864b483 | 
|---|---|
| 133 } | 133 } | 
| 134 headsBitSet = null; | 134 headsBitSet = null; | 
| 135 heads = _heads; | 135 heads = _heads; | 
| 136 } | 136 } | 
| 137 | 137 | 
| 138 private void assertSortedIndex(int x) { | 138 private static void assertSortedIndex(int x) { | 
| 139 if (x < 0) { | 139 if (x < 0) { | 
| 140 throw new HgInvalidStateException(String.format("Bad index", x)); | 140 throw new HgInvalidStateException(String.format("Bad index %d", x)); | 
| 141 } | 141 } | 
| 142 } | 142 } | 
| 143 | 143 | 
| 144 /** | 144 /** | 
| 145 * Tells whether supplied revision is from the walker's associated revlog. | 145 * Tells whether supplied revision is from the walker's associated revlog. | 
