# HG changeset patch # User Matt Mackall # Date 2014-10-17 17:34:27 # Node ID 3971f64d7a25e7a69450175168b19a27c97759c0 # Parent fe80fdf68ba732fa3e786a89302cf6eba8145200 glossary: add deprecated and experimental diff --git a/mercurial/help/glossary.txt b/mercurial/help/glossary.txt --- a/mercurial/help/glossary.txt +++ b/mercurial/help/glossary.txt @@ -177,6 +177,9 @@ DAG Mercurial, the DAG is limited by the requirement for children to have at most two parents. +Deprecated + Feature removed from documentation, but not scheduled for removal. + Default branch See 'Branch, default'. @@ -217,6 +220,9 @@ Draft repositories and may thus be safely changed by history-modifying extensions. See :hg:`help phases`. +Experimental + Feature that may change or be removed at a later date. + Graph See DAG and :hg:`log --graph`.