Mercurial > hg4j
diff src/org/tmatesoft/hg/repo/HgInternals.java @ 368:8107b95f4280
Update Javadoc with 'revision index'
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Fri, 16 Dec 2011 16:00:57 +0100 |
parents | 2fadf8695f8a |
children | 82336b7c54f4 |
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/repo/HgInternals.java Fri Dec 16 15:37:27 2011 +0100 +++ b/src/org/tmatesoft/hg/repo/HgInternals.java Fri Dec 16 16:00:57 2011 +0100 @@ -134,7 +134,7 @@ } - // Convenient check of local revision number for validity (not all negative values are wrong as long as we use negative constants) + // Convenient check of revision index for validity (not all negative values are wrong as long as we use negative constants) public static boolean wrongRevisionIndex(int rev) { return rev < 0 && rev != TIP && rev != WORKING_COPY && rev != BAD_REVISION; }