changeset 20147:7547bcc1a3ad stable

glossary: don't mention obsolete graphlog extension
author Martin Geisler <martin@geisler.net>
date Fri, 22 Nov 2013 19:13:07 +0100
parents aa192af94321
children 7ac03bfa1369
files mercurial/help/glossary.txt
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/help/glossary.txt	Fri Nov 22 19:12:44 2013 +0100
+++ b/mercurial/help/glossary.txt	Fri Nov 22 19:13:07 2013 +0100
@@ -173,9 +173,9 @@
     system (DVCS) can be described as a directed acyclic graph (DAG),
     consisting of nodes and edges, where nodes correspond to
     changesets and edges imply a parent -> child relation. This graph
-    can be visualized by graphical tools such as :hg:`glog`
-    (graphlog). In Mercurial, the DAG is limited by the requirement
-    for children to have at most two parents.
+    can be visualized by graphical tools such as :hg:`log --graph`. In
+    Mercurial, the DAG is limited by the requirement for children to
+    have at most two parents.
 
 Default branch
     See 'Branch, default'.
@@ -218,7 +218,7 @@
     extensions. See :hg:`help phases`.
 
 Graph
-    See DAG and :hg:`help graphlog`.
+    See DAG and :hg:`log --graph`.
 
 Head
     The term 'head' may be used to refer to both a branch head or a