Plugins/VcsPlugins/vcsMercurial/hg.py

changeset 1078
aeee8401e2ce
parent 1076
6fb76985422b
child 1083
dc680a0ce221
--- a/Plugins/VcsPlugins/vcsMercurial/hg.py	Sun May 29 18:04:36 2011 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/hg.py	Mon May 30 16:53:13 2011 +0200
@@ -51,6 +51,7 @@
 from .FetchExtension.fetch import Fetch
 from .PurgeExtension.purge import Purge
 from .GpgExtension.gpg import Gpg
+from .TransplantExtension.transplant import Transplant
 
 from .ProjectBrowserHelper import HgProjectBrowserHelper
 
@@ -144,6 +145,7 @@
             "fetch": Fetch(self),
             "purge": Purge(self),
             "gpg": Gpg(self),
+            "transplant": Transplant(self),
         }
     
     def getPlugin(self):
@@ -994,6 +996,7 @@
         
         @param name directory name to be cleaned up (string)
         """
+        # TODO: make this configurable
         patterns = ['*.orig', '*.rej']
         
         entries = []

eric ide

mercurial