--- a/Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.py Tue Oct 15 22:03:54 2013 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.py Fri Oct 18 23:00:41 2013 +0200 @@ -19,7 +19,8 @@ """ Class implementing a dialog to enter the data for a bundle operation. """ - def __init__(self, tagsList, branchesList, bookmarksList=None, parent=None): + def __init__(self, tagsList, branchesList, bookmarksList=None, + parent=None): """ Constructor @@ -132,8 +133,9 @@ """ Public method to retrieve the bundle data. - @return tuple naming the revisions, base revisions, the compression type and - a flag indicating to bundle all changesets (string, string, boolean) + @return tuple naming the revisions, base revisions, the compression + type and a flag indicating to bundle all changesets (string, + string, boolean) """ if self.multipleButton.isChecked(): revs = self.multipleEdit.toPlainText().strip().splitlines()