diff -r 57af7e9fda48 -r 6b6c224d67d6 Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelvesSelectionDialog.py --- a/Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelvesSelectionDialog.py Wed Mar 12 18:44:34 2014 +0100 +++ b/Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgShelvesSelectionDialog.py Wed Mar 12 18:46:12 2014 +0100 @@ -18,6 +18,8 @@ """ Constructor + @param message message to be shown (string) + @param shelveNames list of shelve names (list of string) @param parent reference to the parent widget (QWidget) """ super().__init__(parent)