Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHGe0ad11ab8052: backout: don't assume that tip as what we just committed
rHGfc06f59f0872: backout: don't assume that tip as what we just committed
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Branch
- stable
- Lint
No Linters Available - Unit
No Unit Test Coverage
Event Timeline
Comment Actions
Strictly speaking, yes it does, but like the other changeset, the nature of that bug is rather esoteric, and I discovered it by reading the code: If you back out a commit already backed out, and set the time (and so on) such that the resulting commit already existed, and is not tip, the output will be wrong. With an unchanging date, you cannot assume that the result of commit is always tip.