Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesNewPatchDialog.py

changeset 3008
7848489bcb92
parent 2962
d6c9d1ca2da4
child 3023
34ce20603bf7
child 3057
10516539f238
equal deleted inserted replaced
3007:bad2e89047e7 3008:7848489bcb92
115 115
116 @return tuple giving the patch name and message, a tuple giving a 116 @return tuple giving the patch name and message, a tuple giving a
117 flag indicating to set the user, a flag indicating to use the 117 flag indicating to set the user, a flag indicating to use the
118 current user and the user name and another tuple giving a flag 118 current user and the user name and another tuple giving a flag
119 indicating to set the date, a flag indicating to use the 119 indicating to set the date, a flag indicating to use the
120 current date and the date (string, string, (boolean, boolean, string), 120 current date and the date (string, string, (boolean, boolean,
121 (boolean, boolean, string)) 121 string), (boolean, boolean, string))
122 """ 122 """
123 userData = (self.userGroup.isChecked(), 123 userData = (self.userGroup.isChecked(),
124 self.currentUserCheckBox.isChecked(), 124 self.currentUserCheckBox.isChecked(),
125 self.userEdit.text()) 125 self.userEdit.text())
126 dateData = (self.dateGroup.isChecked(), 126 dateData = (self.dateGroup.isChecked(),

eric ide

mercurial