Submitter | phabricator |
---|---|
Date | July 29, 2019, 10:31 a.m. |
Message ID | <1f480a28f11e915a41c3fb1d0bcd5857@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/41096/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/shelve.py b/mercurial/shelve.py --- a/mercurial/shelve.py +++ b/mercurial/shelve.py @@ -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)