Plugins/VcsPlugins/vcsMercurial/ShelveExtension/HgUnshelveDataDialog.py

changeset 3408
b6e6a7062d12
parent 3366
6084bb3c3911
child 3484
645c12de6b0c
equal deleted inserted replaced
3407:07966c6b5565 3408:b6e6a7062d12
43 43
44 @return tuple containing the name (string) and a flag indicating 44 @return tuple containing the name (string) and a flag indicating
45 to keep the shelved change (boolean) 45 to keep the shelved change (boolean)
46 """ 46 """
47 return ( 47 return (
48 self.nameComboBox.currentText(), 48 self.nameComboBox.currentText().replace(" ", "_"),
49 self.keepCheckBox.isChecked() 49 self.keepCheckBox.isChecked()
50 ) 50 )

eric ide

mercurial