Mercurial > hg4j
diff 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 |
line wrap: on
line diff
--- a/src/com/tmate/hgkit/ll/HgRepository.java Mon Dec 20 04:20:52 2010 +0100 +++ b/src/com/tmate/hgkit/ll/HgRepository.java Tue Dec 21 05:11:06 2010 +0100 @@ -9,6 +9,8 @@ */ public abstract class HgRepository { + public static final int TIP = -1; + // temp aux marker method public static IllegalStateException notImplemented() { return new IllegalStateException("Not implemented");