Mercurial > jhg
diff src/org/tmatesoft/hg/repo/HgRepository.java @ 367:2fadf8695f8a
Use 'revision index' instead of the vague 'local revision number' concept in the API
| author | Artem Tikhomirov <tikhomirov.artem@gmail.com> | 
|---|---|
| date | Fri, 16 Dec 2011 15:37:27 +0100 | 
| parents | 189dc6dc1c3e | 
| children | b015f3918120 | 
line wrap: on
 line diff
--- a/src/org/tmatesoft/hg/repo/HgRepository.java Fri Dec 16 04:43:18 2011 +0100 +++ b/src/org/tmatesoft/hg/repo/HgRepository.java Fri Dec 16 15:37:27 2011 +0100 @@ -54,7 +54,7 @@ */ public final class HgRepository { - // if new constants added, consider fixing HgInternals#wrongLocalRevision + // if new constants added, consider fixing HgInternals#wrongRevisionIndex public static final int TIP = -3; public static final int BAD_REVISION = Integer.MIN_VALUE; public static final int WORKING_COPY = -2;
