mercurial/shelve.py
changeset 42689 aaad4fe55ad1
parent 42688 c9114885c14b
child 42690 d5cdce3d9164
--- a/mercurial/shelve.py	Wed Jul 24 09:06:25 2019 +0530
+++ b/mercurial/shelve.py	Wed Jul 24 18:10:50 2019 +0530
@@ -835,8 +835,7 @@
                                **pycompat.strkwargs(opts))
     snode = repo.commit(text=shelvectx.description(),
                         extra=shelvectx.extra(),
-                        user=shelvectx.user(),
-                        date=shelvectx.date())
+                        user=shelvectx.user())
     m = scmutil.matchfiles(repo, repo[snode].files())
     if snode:
         _shelvecreatedcommit(repo, snode, basename, m)