Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditEditor.py

changeset 5291
e93d14b48c34
parent 5283
06423d65a2b8
child 5389
9b1c800daff3
equal deleted inserted replaced
5290:174dae2b91c3 5291:e93d14b48c34
3 3
4 # Copyright (c) 2016 Detlev Offenbach <detlev@die-offenbachs.de> 4 # Copyright (c) 2016 Detlev Offenbach <detlev@die-offenbachs.de>
5 # 5 #
6 6
7 """ 7 """
8 Module implementing the main script for histedit. Depending on the file 8 Module implementing the main script for histedit.
9 name given by the Mercurial histedit command one of two possible dialogs 9
10 will be shown. 10 Depending on the file name given by the Mercurial histedit command one
11 of two possible dialogs will be shown.
11 """ 12 """
12 13
13 from __future__ import unicode_literals 14 from __future__ import unicode_literals
14 15
15 import sys 16 import sys

eric ide

mercurial