src/eric7/Plugins/VcsPlugins/vcsGit/GitStashDataDialog.py

branch
eric7
changeset 10475
ee41fab001f2
parent 10439
21c28b0f9e41
child 10489
1800956305ca
equal deleted inserted replaced
10474:c18ca679259d 10475:ee41fab001f2
15 class GitStashDataDialog(QDialog, Ui_GitStashDataDialog): 15 class GitStashDataDialog(QDialog, Ui_GitStashDataDialog):
16 """ 16 """
17 Class implementing a dialog to enter the data for a stash operation. 17 Class implementing a dialog to enter the data for a stash operation.
18 """ 18 """
19 19
20 # TODO: change this to an enum
20 NoUntracked = 0 21 NoUntracked = 0
21 UntrackedOnly = 1 22 UntrackedOnly = 1
22 UntrackedAndIgnored = 2 23 UntrackedAndIgnored = 2
23 24
24 def __init__(self, parent=None): 25 def __init__(self, parent=None):

eric ide

mercurial