eric6/Plugins/VcsPlugins/vcsMercurial/HgDiffDialog.py

changeset 7900
72b88fb20261
parent 7836
2f0d208b8137
child 7923
91e843545d9a
equal deleted inserted replaced
7899:ecf67e07b6e0 7900:72b88fb20261
70 refreshable=False): 70 refreshable=False):
71 """ 71 """
72 Public slot to start the hg diff command. 72 Public slot to start the hg diff command.
73 73
74 @param fn filename to be diffed (string) 74 @param fn filename to be diffed (string)
75 @keyparam versions list of versions to be diffed (list of up to 75 @param versions list of versions to be diffed (list of up to
76 2 strings or None) 76 2 strings or None)
77 @keyparam bundle name of a bundle file (string) 77 @param bundle name of a bundle file (string)
78 @keyparam qdiff flag indicating qdiff command shall be used (boolean) 78 @param qdiff flag indicating qdiff command shall be used (boolean)
79 @keyparam refreshable flag indicating a refreshable diff (boolean) 79 @param refreshable flag indicating a refreshable diff (boolean)
80 """ 80 """
81 self.refreshButton.setVisible(refreshable) 81 self.refreshButton.setVisible(refreshable)
82 82
83 self.errorGroup.hide() 83 self.errorGroup.hide()
84 self.filename = fn 84 self.filename = fn

eric ide

mercurial