HgLogBrowserDialog: fixed the patch submitted by Christos.

Fri, 30 Aug 2019 19:25:42 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 30 Aug 2019 19:25:42 +0200
changeset 7187
11b0c7802a70
parent 7186
ccd55666e9d2
child 7188
f9c57c6fa7c4
child 7190
550136399241

HgLogBrowserDialog: fixed the patch submitted by Christos.

eric6/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py file | annotate | diff | comparison | revisions
--- a/eric6/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py	Fri Aug 30 19:07:18 2019 +0200
+++ b/eric6/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py	Fri Aug 30 19:25:42 2019 +0200
@@ -840,6 +840,8 @@
                 if outputRevs.endswith("+"):
                     outputRevs = outputRevs[:-1]
                     self.__projectWorkingDirParents = outputRevs.split('+')
+                else:
+                    self.__projectWorkingDirParents = [outputRevs]
                 self.__projectBranch = outputList[1].strip()
     
     def __getClosedBranches(self):

eric ide

mercurial