diff -r 174dae2b91c3 -r e93d14b48c34 Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditEditor.py --- a/Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditEditor.py Sun Nov 06 13:31:38 2016 +0100 +++ b/Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditEditor.py Sun Nov 06 13:39:36 2016 +0100 @@ -5,9 +5,10 @@ # """ -Module implementing the main script for histedit. Depending on the file -name given by the Mercurial histedit command one of two possible dialogs -will be shown. +Module implementing the main script for histedit. + +Depending on the file name given by the Mercurial histedit command one +of two possible dialogs will be shown. """ from __future__ import unicode_literals