Plugins/VcsPlugins/vcsMercurial/TransplantExtension/transplant.py

changeset 3008
7848489bcb92
parent 2405
d4b5f3bd4720
child 3057
10516539f238
child 3160
209a07d7e401
diff -r bad2e89047e7 -r 7848489bcb92 Plugins/VcsPlugins/vcsMercurial/TransplantExtension/transplant.py
--- a/Plugins/VcsPlugins/vcsMercurial/TransplantExtension/transplant.py	Fri Oct 11 19:51:20 2013 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/TransplantExtension/transplant.py	Sat Oct 12 15:01:28 2013 +0200
@@ -45,7 +45,8 @@
         res = False
         dlg = TransplantDialog(self.vcs.hgGetBranchesList(repodir))
         if dlg.exec_() == QDialog.Accepted:
-            revs, sourceRepo, branch, all, pruneRevs, mergeRevs, log = dlg.getData()
+            revs, sourceRepo, branch, all, pruneRevs, mergeRevs, log = \
+                dlg.getData()
             
             args = []
             args.append("transplant")
@@ -95,7 +96,8 @@
         args.append("--continue")
         args.append("--verbose")
         
-        dia = HgDialog(self.trUtf8('Transplant Changesets (Continue)'), self.vcs)
+        dia = HgDialog(
+            self.trUtf8('Transplant Changesets (Continue)'), self.vcs)
         res = dia.startProcess(args, repodir)
         if res:
             dia.exec_()

eric ide

mercurial