diff -r 4de15c54e59f -r c6061cadb400 hgext/journal.py --- a/hgext/journal.py Thu Feb 08 23:27:24 2018 +0530 +++ b/hgext/journal.py Thu Feb 15 17:18:26 2018 +0100 @@ -35,6 +35,7 @@ registrar, util, ) +from mercurial.utils import dateutil cmdtable = {} command = registrar.command(cmdtable) @@ -326,7 +327,7 @@ newhashes = [newhashes] entry = journalentry( - util.makedate(), self.user, self.command, namespace, name, + dateutil.makedate(), self.user, self.command, namespace, name, oldhashes, newhashes) vfs = self.vfs