On an interactive unshelve, the remaining changes are shelved again
for later. This patch modifies the date of remaining shelved change
to the time of interactive shelve.
Details
Details
- Reviewers
pulkit - Group Reviewers
hg-reviewers - Commits
- rHGaaad4fe55ad1: unshelve: changes how date is set on interactive mode
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
mercurial/shelve.py | ||
---|---|---|
838 | IIUC opts.get('date') will be None here always. |
mercurial/shelve.py | ||
---|---|---|
838 | We can just skip passing the date and it will automatically use the current date. |
Comment Actions
the remaining changes are shelved again for later.
the shelve is updated with remaining changes.
(mentioning update is important because we are not creating a new shelve, we are updating that shelve)
This patch modifies the date of remaining shelved change to the time of interactive shelve.
This patch sets the date of updated shelve to the time when unshelve was performed.
Comment Actions
This is the update for need you roblox robux generator no human verification easily got it this fun
IIUC opts.get('date') will be None here always.