Getting the exact number is simple (you have to project the result of previous
deletion to detect super-directory with only about-to-be-deleted content). So we
use a vaguer message.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHG57370e7deb7b: purge: also deal with directory with --confirm
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/merge.py | ||
---|---|---|
2389–2401 | This case is not mutually exclusive with the others, is it? |
mercurial/merge.py | ||
---|---|---|
2389–2401 | the case is not, but the message is. |
mercurial/merge.py | ||
---|---|---|
2389–2401 | Sure, but I think I would like to know about the empty directories in the other cases. |
Comment Actions
(discovering an unsubmitted message from the stone age)
mercurial/merge.py | ||
---|---|---|
2389–2401 | Yeah but that is a whole different level of computation, since we have to computed the "would be deleted" directory in an entirely new manner. |
This case is not mutually exclusive with the others, is it?