Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHGd6686f864a70: rebase: delete the comment which was not following "do not eat my data"
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
Comment Actions
I'm unsure about this change. On one hand, the comment (which appears to have been added to mpm several years ago) implies that we never should have generated backups in this case. On the other, one of the key rules of a VCS is "don't eat my data." Even though we are aborting the operation, I could see some scenarios where someone would want a backup of the aborted/partially-completed rebase.
@durin42: what do you think?
Comment Actions
I think the paranoia is probably better overall? Maybe update the comment?
(I don't feel strongly.)
Comment Actions
okay, I think following the key rule of VCS would be better. Shall I update
the comment instead?