I think I didn't implement "state" in browse view, just noticed on an hg repository.
Description
Description
Revisions and Commits
Revisions and Commits
Status | Assigned | Task | ||
---|---|---|---|---|
Resolved | chad | T12824 Redesign Diffusion | ||
Resolved | chad | T12838 Make sure "state" is in new Branch view |
Event Timeline
Comment Actions
Yes. In Mercurial, branch heads may be "Open" or "Closed".
You close a branch with, e.g., hg commit ---close-branch.
This is particularly relevant because a branch may have multiple heads in Mercurial, and some may simultaneously be be "Open" while others are "Closed".