changeset 2678:da2b3e5e4f69

docs: some fixes to the help text
author Pulkit Goyal <7895pulkit@gmail.com>
date Tue, 27 Jun 2017 23:28:58 +0530
parents 8cdee1b9ee92
children 5156a67f66a6
files hgext3rd/evolve/__init__.py hgext3rd/evolve/obshistory.py
diffstat 2 files changed, 9 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/hgext3rd/evolve/__init__.py	Mon Jun 26 21:48:33 2017 +0530
+++ b/hgext3rd/evolve/__init__.py	Tue Jun 27 23:28:58 2017 +0530
@@ -20,7 +20,7 @@
 this extensions contains significant additions recommended to any user of
 changeset evolution.
 
-With the extensions various evolution events will display warning (new unstable
+With the extension various evolution events will display warning (new unstable
 changesets, obsolete working copy parent, improved error when accessing hidden
 revision, etc).
 
@@ -77,8 +77,8 @@
   # (recommended 'yes' for server (default))
   obshashrange.warm-cache = no
 
-It is recommended to enable the blackbox extension. It gather useful data about
-the experiment. It is shipped with Mercurial so no extra install are needed.
+It is recommended to enable the blackbox extension. It gathers useful data about
+the experiment. It is shipped with Mercurial so no extra install is needed.
 
     [extensions]
     blackbox =
@@ -110,7 +110,7 @@
   # deactivate the registration of effect flags in obs markers
   evolution.effect-flags = false
 
-The effect flags are shown in the obglog command output without particular
+The effect flags are shown in the obslog command output without particular
 configuration if you want to inspect them.
 
 Templates
@@ -121,14 +121,14 @@
 
   - precursors, for each obsolete changeset show the closest visible
     precursors.
-  - successors, for each obsolete changeset show the closets visible
+  - successors, for each obsolete changeset show the closests visible
     successors. It is useful when your working directory is obsolete to see
-    what are its successors. This informations can also be retrieved with the
+    what are its successors. This information can also be retrieved with the
     obslog command and the --all option.
   - obsfate, for each obsolete changeset display a line summarizing what
     changed between the changeset and its successors. Dependending on the
     verbosity level (-q and -v) it display the changeset successors, the users
-    that created the obsmarkers and the date range of theses changes.
+    that created the obsmarkers and the date range of these changes.
 
     The template itself is not complex, the data are basically a list of
     successortset. Each successorset is a dict with these fields:
--- a/hgext3rd/evolve/obshistory.py	Mon Jun 26 21:48:33 2017 +0530
+++ b/hgext3rd/evolve/obshistory.py	Tue Jun 27 23:28:58 2017 +0530
@@ -54,8 +54,8 @@
     the obsolescence operation (rewritten or pruned) in addition of the user and
     date of the operation.
 
-    The output is a graph by default but can deactivated with the option '--no-
-    graph'.
+    The output is a graph by default but can deactivated with the option
+    '--no-graph'.
 
     'o' is a changeset, '@' is a working directory parent, 'x' is obsolete,
     and '+' represents a fork where the changeset from the lines below is a