Plugins/VcsPlugins/vcsMercurial/hg.py

changeset 1061
3e21869872e3
parent 1034
8a7fa049e9d3
child 1064
10bdbb173c0f
--- a/Plugins/VcsPlugins/vcsMercurial/hg.py	Wed May 25 08:35:20 2011 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/hg.py	Wed May 25 19:51:32 2011 +0200
@@ -134,8 +134,8 @@
         
         # instantiate the extensions
         self.__extensions = {
-            "bookmarks" : Bookmarks(self),
-            "mq" : Queues(self),
+            "bookmarks": Bookmarks(self),
+            "mq": Queues(self),
         }
     
     def getPlugin(self):
@@ -830,7 +830,7 @@
         else:
             bookmarksList = None
         dlg = HgRevisionSelectionDialog(self.hgGetTagsList(repodir),
-                                        self.hgGetBranchesList(repodir), 
+                                        self.hgGetBranchesList(repodir),
                                         bookmarksList)
         if dlg.exec_() == QDialog.Accepted:
             rev = dlg.getRevision()
@@ -2259,7 +2259,7 @@
     
     def getExtensionObject(self, extensionName):
         """
-        Public method to get a reference to an extension object. 
+        Public method to get a reference to an extension object.
         
         @param extensionName name of the extension (string)
         @return reference to the extension object (boolean)

eric ide

mercurial