# HG changeset patch # User David Douard # Date 1333381248 -7200 # Node ID 4bb038229f2647519721ce378abd1fadf3797416 # Parent 384dd4b11b2707c78687971c35a65f962068a207 FAQ: typos diff -r 384dd4b11b27 -r 4bb038229f26 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 `` 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.