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 |