Show More
@@ -127,7 +127,6 def _openlogfile(ui, vfs): | |||
|
127 | 127 | newpath=maxfiles > 0 and path + '.1') |
|
128 | 128 | return vfs(name, 'a') |
|
129 | 129 | |
|
130 | if True: | |
|
131 | 130 |
|
|
132 | 131 |
|
|
133 | 132 |
|
@@ -164,8 +163,7 if True: | |||
|
164 | 163 |
|
|
165 | 164 |
|
|
166 | 165 |
|
|
167 |
|
|
|
168 | ui.config('blackbox', 'date-format')) | |
|
166 | date = dateutil.datestr(default, ui.config('blackbox', 'date-format')) | |
|
169 | 167 |
|
|
170 | 168 |
|
|
171 | 169 |
|
General Comments 0
You need to be logged in to leave comments.
Login now