mercurial/ui.py
changeset 32449 0ed730f3301c
parent 32408 420e93b0d9dc
child 32462 bb18728ea617
--- a/mercurial/ui.py	Fri Apr 28 00:01:22 2017 +0900
+++ b/mercurial/ui.py	Tue May 23 15:44:50 2017 +0200
@@ -607,7 +607,7 @@
         (0, 0)
         """
         if self.config(section, name, default, untrusted):
-            return self.configwith(util.parsedate, section, name, default,
+            return self.configwith(util.rawparsedate, section, name, default,
                                    'date', untrusted)
         return default