FAQ: typos
authorDavid Douard <david.douard@logilab.fr>
Mon, 02 Apr 2012 17:40:48 +0200
changeset 199 4bb038229f26
parent 198 384dd4b11b27
child 200 4df233db5d42
FAQ: typos
docs/evolve-faq.rst
--- a/docs/evolve-faq.rst	Mon Apr 02 17:19:48 2012 +0200
+++ b/docs/evolve-faq.rst	Mon Apr 02 17:40:48 2012 +0200
@@ -93,7 +93,7 @@
 
 you can use amend -c to collapse multiple changeset in a single one.
 
-Split changesets
+Split a changeset
 -----------------------
 
 There is no official command to split a changeset. However is it easily achieved
@@ -153,42 +153,44 @@
 you can use ``hg kill --new <new-changeset> <old-changeset>`` to add obsolete
 marker.
 
-export to mq: ``synchronize``
+Export to mq: ``synchronize``
 ------------------------------------------------------------
 
-Another extension allows to export
+Another extension allows to export.
 
-view change to your file
+View change to your file
 ------------------------------------------------------------
 
-Another extension allows to export
+Another extension allows to export.
 
-view diff from the last amend
+View diff from the last amend
 ------------------------------------------------------------
 
-an odiff alias have been added by enable.sh
+An ``odiff`` alias have been added by ``enable.sh``
 
 :: 
     [alias]
     odiff = diff --rev 'limit(obsparents(.),1)' --rev .
 
-view obsolete marker
+View obsolete markers
 ------------------------------------------------------------
 
-hgview is the only viewer that support this feature. you need an experimental
+hgview is the only viewer that support this feature. You need an experimental
 version available here:
 
     $ hg clone http://hg-dev.octopoid.net/hgwebdir.cgi/hgview/
 
+
+
 Important Note
 =====================================================================
 
-view change to your file
+View change to your file
 ------------------------------------------------------------
 
-extinct changeset are hidden using the *hidden* feature of mercurial.
+Extinct changesets are hidden using the *hidden* feature of mercurial.
 
-only hg log and hgview support it. hg glog or other visual viewer don't.
+Only ``hg log`` and ``hgview`` support it. ``hg glog`` or other visual viewer don't.