Mercurial > hg4j
diff src/org/tmatesoft/hg/repo/HgRemoteRepository.java @ 383:994b5813a925
Few comments
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Mon, 13 Feb 2012 12:47:24 +0100 |
parents | dfb8405d996f |
children | 2747b0723867 30922c728341 |
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/repo/HgRemoteRepository.java Fri Feb 10 13:56:24 2012 +0100 +++ b/src/org/tmatesoft/hg/repo/HgRemoteRepository.java Mon Feb 13 12:47:24 2012 +0100 @@ -124,7 +124,7 @@ if (Boolean.FALSE.booleanValue()) { throw HgRepository.notImplemented(); } - return false; // FIXME + return false; // FIXME implement remote repository hello/check } /**