eric6/Plugins/VcsPlugins/vcsMercurial/HisteditExtension/HgHisteditEditor.py

changeset 7780
41420f82c0ac
parent 7360
9190402e4505
child 7923
91e843545d9a
equal deleted inserted replaced
7779:757334671130 7780:41420f82c0ac
8 Module implementing the main script for histedit. 8 Module implementing the main script for histedit.
9 9
10 Depending on the file name given by the Mercurial histedit command one 10 Depending on the file name given by the Mercurial histedit command one
11 of two possible dialogs will be shown. 11 of two possible dialogs will be shown.
12 """ 12 """
13
14 13
15 import sys 14 import sys
16 import os 15 import os
17 16
18 sys.path.insert(1, os.path.join( 17 sys.path.insert(1, os.path.join(

eric ide

mercurial