changeset 11437:9fa255c32406 stable

help: glossary.txt formatting fixes
author Wagner Bruna <wbruna@softwareexpress.com.br>
date Wed, 23 Jun 2010 17:50:27 -0300
parents 45eadf71df22
children 88fc876a4833
files mercurial/help/glossary.txt
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/help/glossary.txt	Wed Jun 23 17:49:49 2010 -0300
+++ b/mercurial/help/glossary.txt	Wed Jun 23 17:50:27 2010 -0300
@@ -8,7 +8,7 @@
 Branch
     (Noun) A child changeset that has been created from a parent that
     is not a head. These are known as topological branches, see
-    'Branch, topological'.If a topological branch is named, it becomes
+    'Branch, topological'. If a topological branch is named, it becomes
     a named branch. If a topological branch is not named, it becomes
     an anonymous branch. See 'Branch, anonymous' and 'Branch, named'.
 
@@ -151,7 +151,7 @@
     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
+    (graphlog). In Mercurial, the DAG is limited by the requirement
     for children to have at most two parents.
 
 Default branch
@@ -322,7 +322,7 @@
     pointing to the data.
 
 Rewriting history
-    See  'History, rewriting'.
+    See 'History, rewriting'.
 
 Root
     A changeset that has only the null changeset as its parent. Most
@@ -342,7 +342,7 @@
 Update
     (Noun) Another synonym of changeset.
 
-    Example:  "I've pushed an update".
+    Example: "I've pushed an update".
 
     (Verb) This term is usually used to describe updating the state of
     the working directory to that of a specific changeset. See
@@ -354,4 +354,4 @@
     See 'Directory, working'.
 
 Working directory parent
-    See  'Parent, working directory'.
+    See 'Parent, working directory'.