Mercurial > jhg
comparison 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 |
comparison
equal
deleted
inserted
replaced
382:82336b7c54f4 | 383:994b5813a925 |
---|---|
122 public boolean isInvalid() throws HgRemoteConnectionException { | 122 public boolean isInvalid() throws HgRemoteConnectionException { |
123 // say hello to server, check response | 123 // say hello to server, check response |
124 if (Boolean.FALSE.booleanValue()) { | 124 if (Boolean.FALSE.booleanValue()) { |
125 throw HgRepository.notImplemented(); | 125 throw HgRepository.notImplemented(); |
126 } | 126 } |
127 return false; // FIXME | 127 return false; // FIXME implement remote repository hello/check |
128 } | 128 } |
129 | 129 |
130 /** | 130 /** |
131 * @return human-readable address of the server, without user credentials or any other security information | 131 * @return human-readable address of the server, without user credentials or any other security information |
132 */ | 132 */ |