Sun, 26 Oct 2014 18:45:15 +0100
A little change to the Mercurial side-by-side diff function indicating the work area version of the file.
(grafted from 0326270f6f1e91ebd9dcb78ef3687f9ca84cd09a)
Plugins/VcsPlugins/vcsMercurial/hg.py | file | annotate | diff | comparison | revisions |
--- a/Plugins/VcsPlugins/vcsMercurial/hg.py Sat Oct 25 10:51:37 2014 +0200 +++ b/Plugins/VcsPlugins/vcsMercurial/hg.py Sun Oct 26 18:45:15 2014 +0100 @@ -1872,7 +1872,7 @@ f1 = open(name, "r", encoding="utf-8") output2 = f1.read() f1.close() - name2 = name + name2 = "{0} (Work)".format(name) except IOError: E5MessageBox.critical( self.__ui,