--- a/Plugins/VcsPlugins/vcsMercurial/HgCommandDialog.py Fri Mar 11 08:55:14 2011 +0100 +++ b/Plugins/VcsPlugins/vcsMercurial/HgCommandDialog.py Fri Mar 11 16:51:57 2011 +0100 @@ -13,6 +13,7 @@ import Utilities + class HgCommandDialog(QDialog, Ui_HgCommandDialog): """ Class implementing the Mercurial command dialog. @@ -21,7 +22,7 @@ arbitrary Mercurial command. It asks the user to enter the commandline parameters. """ - def __init__(self, argvList, ppath, parent = None): + def __init__(self, argvList, ppath, parent=None): """ Constructor