diff -r c6e175462586 -r 530b953eb623 Plugins/VcsPlugins/vcsMercurial/HgDiffGenerator.py --- a/Plugins/VcsPlugins/vcsMercurial/HgDiffGenerator.py Sat Apr 11 14:03:40 2015 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/HgDiffGenerator.py Sat Apr 11 14:18:27 2015 +0200 @@ -81,6 +81,8 @@ 2 strings or None) @keyparam bundle name of a bundle file (string) @keyparam qdiff flag indicating qdiff command shall be used (boolean) + @return flag indicating a successful start of the diff command + (boolean) """ if qdiff: args = self.vcs.initCommand("qdiff")