eric7/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py

branch
eric7
changeset 8621
8c9f41115c04
parent 8358
144a6b854f70
child 8659
0e58d3367e92
equal deleted inserted replaced
8620:84f7f7867b5f 8621:8c9f41115c04
2702 """ 2702 """
2703 if ":" in link and self.__filename is not None: 2703 if ":" in link and self.__filename is not None:
2704 scheme, path = link.split(":", 1) 2704 scheme, path = link.split(":", 1)
2705 if scheme == "sbsdiff" and "_" in path: 2705 if scheme == "sbsdiff" and "_" in path:
2706 rev1, rev2 = path.split("_", 1) 2706 rev1, rev2 = path.split("_", 1)
2707 self.vcs.hgSbsDiff(self.__filename, revisions=(rev1, rev2)) 2707 self.vcs.vcsSbsDiff(self.__filename, revisions=(rev1, rev2))

eric ide

mercurial