Mercurial > evolve
changeset 199:4bb038229f26
FAQ: typos
author | David Douard <david.douard@logilab.fr> |
---|---|
date | Mon, 02 Apr 2012 17:40:48 +0200 |
parents | 384dd4b11b27 |
children | 4df233db5d42 |
files | docs/evolve-faq.rst |
diffstat | 1 files changed, 14 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- 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.