D6685: unshelve: changes how date is set on interactive mode

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Wed Jul 24 10:48:16 EDT 2019


pulkit added inline comments.

INLINE COMMENTS

> shelve.py:832
>                          user=shelvectx.user(),
> -                        date=shelvectx.date())
> +                        date=opts.get('date'))
>      m = scmutil.matchfiles(repo, repo[snode].files())

IIUC `opts.get('date')` will be `None` here always.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D6685/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D6685

To: navaneeth.suresh, #hg-reviewers
Cc: pulkit, mercurial-devel


More information about the Mercurial-devel mailing list