hgext/convert/__init__.py
changeset 34174 2b7f5d38e59e
parent 34173 7d83591831f0
child 34175 b1d94bc61c79
--- a/hgext/convert/__init__.py	Fri Jun 30 03:35:55 2017 +0200
+++ b/hgext/convert/__init__.py	Fri Jun 30 03:36:00 2017 +0200
@@ -94,6 +94,9 @@
 configitem('convert', 'ignoreancestorcheck',
     default=False,
 )
+configitem('convert', 'localtimezone',
+    default=False,
+)
 
 # Commands definition was moved elsewhere to ease demandload job.