Mercurial > jhg
comparison src/com/tmate/hgkit/ll/HgRepository.java @ 29:6cce719bbb62
Collector for nodes and their parents
| author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
|---|---|
| date | Tue, 11 Jan 2011 04:37:29 +0100 |
| parents | 11cfabe692b3 |
| children | 70dafe20931d |
comparison
equal
deleted
inserted
replaced
| 28:b2251b7a9823 | 29:6cce719bbb62 |
|---|---|
| 8 * @author artem | 8 * @author artem |
| 9 */ | 9 */ |
| 10 public abstract class HgRepository { | 10 public abstract class HgRepository { |
| 11 | 11 |
| 12 public static final int TIP = -1; | 12 public static final int TIP = -1; |
| 13 // TODO NULLNODEID | |
| 13 | 14 |
| 14 // temp aux marker method | 15 // temp aux marker method |
| 15 public static IllegalStateException notImplemented() { | 16 public static IllegalStateException notImplemented() { |
| 16 return new IllegalStateException("Not implemented"); | 17 return new IllegalStateException("Not implemented"); |
| 17 } | 18 } |
