Mercurial > jhg
comparison src/com/tmate/hgkit/ll/HgRepository.java @ 5:fc265ddeab26
File content and non-effective, although working, patch application
| author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
|---|---|
| date | Tue, 21 Dec 2010 05:11:06 +0100 |
| parents | 24bb4f365164 |
| children | d6d2a630f4a6 |
comparison
equal
deleted
inserted
replaced
| 4:aa1912c70b36 | 5:fc265ddeab26 |
|---|---|
| 6 | 6 |
| 7 /** | 7 /** |
| 8 * @author artem | 8 * @author artem |
| 9 */ | 9 */ |
| 10 public abstract class HgRepository { | 10 public abstract class HgRepository { |
| 11 | |
| 12 public static final int TIP = -1; | |
| 11 | 13 |
| 12 // temp aux marker method | 14 // temp aux marker method |
| 13 public static IllegalStateException notImplemented() { | 15 public static IllegalStateException notImplemented() { |
| 14 return new IllegalStateException("Not implemented"); | 16 return new IllegalStateException("Not implemented"); |
| 15 } | 17 } |
