Changed the symbol for closed branches in the Mercurial log browser dialog.

Sat, 01 Feb 2014 17:16:45 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 01 Feb 2014 17:16:45 +0100
changeset 3255
51152e85c5e9
parent 3251
1c7b6d8e7e61
child 3256
1a43351889d5

Changed the symbol for closed branches in the Mercurial log browser dialog.

Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py file | annotate | diff | comparison | revisions
--- a/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py	Sat Feb 01 17:02:47 2014 +0100
+++ b/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py	Sat Feb 01 17:16:45 2014 +0100
@@ -569,7 +569,7 @@
         
         rev, node = revision.split(":")
         if rev in self.__closedBranchesRevs:
-            closedStr = "--"
+            closedStr = " \u2612"
         else:
             closedStr = ""
         msgtxt = msg[0]

eric ide

mercurial