1417 """<tr></tr>\n""" |
1417 """<tr></tr>\n""" |
1418 """<tr><td><b>URL</b></td><td>{1}</td></tr>\n""" |
1418 """<tr><td><b>URL</b></td><td>{1}</td></tr>\n""" |
1419 """{2}""" |
1419 """{2}""" |
1420 """</table></p>\n""" |
1420 """</table></p>\n""" |
1421 ).format(self.versionStr, url, infoStr) |
1421 ).format(self.versionStr, url, infoStr) |
1422 |
1422 |
|
1423 def vcsSupportCommandOptions(self): |
|
1424 """ |
|
1425 Public method to signal the support of user settable command options. |
|
1426 |
|
1427 @return flag indicating the support of user settable command options |
|
1428 (boolean) |
|
1429 """ |
|
1430 return False |
|
1431 |
1423 ########################################################################### |
1432 ########################################################################### |
1424 ## Private Mercurial specific methods are below. |
1433 ## Private Mercurial specific methods are below. |
1425 ########################################################################### |
1434 ########################################################################### |
1426 |
1435 |
1427 def __hgURL(self, url): |
1436 def __hgURL(self, url): |