Plugins/VcsPlugins/vcsMercurial/RebaseExtension/HgRebaseDialog.py

changeset 3591
2f2a4a76dd22
parent 3484
645c12de6b0c
child 3656
441956d8fce5
equal deleted inserted replaced
3590:5280e37405b8 3591:2f2a4a76dd22
263 elif tipButton and tipButton.isChecked(): 263 elif tipButton and tipButton.isChecked():
264 return "" 264 return ""
265 265
266 def getData(self): 266 def getData(self):
267 """ 267 """
268 Private method to retrieve the data for the rebase session. 268 Public method to retrieve the data for the rebase session.
269 269
270 @return tuple with a source indicator of "S" or "B", the source 270 @return tuple with a source indicator of "S" or "B", the source
271 revision, the destination revision, a flag indicating to collapse, 271 revision, the destination revision, a flag indicating to collapse,
272 a flag indicating to keep the original changesets, a flag 272 a flag indicating to keep the original changesets, a flag
273 indicating to keep the original branch name and a flag indicating 273 indicating to keep the original branch name and a flag indicating

eric ide

mercurial