# HG changeset patch # User FUJIWARA Katsunori # Date 2012-04-22 15:33:09 # Node ID 8298d220cbf914bb4bab6c5ee2a483ca3d015499 # Parent 340d047ea577d11e60c374ad823500641aef235f doc: add description about re-opening closed heads to 'Head, closed branch' in glossary diff --git a/mercurial/help/glossary.txt b/mercurial/help/glossary.txt --- a/mercurial/help/glossary.txt +++ b/mercurial/help/glossary.txt @@ -237,6 +237,9 @@ Head, closed branch closed when all its heads are closed and consequently is not listed by :hg:`branches`. + Closed heads can be re-opened by committing new changeset as the + child of the changeset that marks a head as closed. + Head, repository A topological head which has not been closed.