eric6/Plugins/VcsPlugins/vcsMercurial/HgDiffGenerator.py

changeset 7900
72b88fb20261
parent 7779
757334671130
child 7923
91e843545d9a
equal deleted inserted replaced
7899:ecf67e07b6e0 7900:72b88fb20261
57 def start(self, fn, versions=None, bundle=None, qdiff=False): 57 def start(self, fn, versions=None, bundle=None, qdiff=False):
58 """ 58 """
59 Public slot to start the hg diff command. 59 Public slot to start the hg diff command.
60 60
61 @param fn filename to be diffed (string) 61 @param fn filename to be diffed (string)
62 @keyparam versions list of versions to be diffed (list of up to 62 @param versions list of versions to be diffed (list of up to
63 2 strings or None) 63 2 strings or None)
64 @keyparam bundle name of a bundle file (string) 64 @param bundle name of a bundle file (string)
65 @keyparam qdiff flag indicating qdiff command shall be used (boolean) 65 @param qdiff flag indicating qdiff command shall be used (boolean)
66 @return flag indicating a successful start of the diff command 66 @return flag indicating a successful start of the diff command
67 (boolean) 67 (boolean)
68 """ 68 """
69 if qdiff: 69 if qdiff:
70 args = self.vcs.initCommand("qdiff") 70 args = self.vcs.initCommand("qdiff")

eric ide

mercurial