Plugins/VcsPlugins/vcsMercurial/hg.py

branch
5_4_x
changeset 3301
337e119a3bdf
parent 3275
186e0b3611b3
child 3303
b2e91e2b4115
--- 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.
     ###########################################################################

eric ide

mercurial