--- a/Plugins/VcsPlugins/vcsMercurial/hg.py Fri Feb 21 19:15:52 2014 +0100 +++ b/Plugins/VcsPlugins/vcsMercurial/hg.py Sun Feb 23 19:16:32 2014 +0100 @@ -1419,7 +1419,16 @@ """{2}""" """</table></p>\n""" ).format(self.versionStr, url, infoStr) - + + def vcsSupportCommandOptions(self): + """ + Public method to signal the support of user settable command options. + + @return flag indicating the support of user settable command options + (boolean) + """ + return False + ########################################################################### ## Private Mercurial specific methods are below. ###########################################################################