--- a/Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.py Fri Oct 11 19:51:20 2013 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/HgBundleDialog.py Sat Oct 12 15:01:28 2013 +0200 @@ -17,7 +17,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 @@ -130,8 +131,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()