Mercurial > evolve
changeset 198:384dd4b11b27
FAQ: small typo
author | David Douard <david.douard@logilab.fr> |
---|---|
date | Mon, 02 Apr 2012 17:19:48 +0200 |
parents | c2d692c8f599 |
children | 4bb038229f26 |
files | docs/evolve-faq.rst |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/docs/evolve-faq.rst Mon Apr 02 14:43:41 2012 +0200 +++ b/docs/evolve-faq.rst Mon Apr 02 17:19:48 2012 +0200 @@ -109,7 +109,7 @@ # commit the second part $ hg commit # informs mercurial of what appened - # current changeset (.) and previous one (.) replace A (42) + # current changeset (.) and previous one (.^) replace A (42) $ hg kill --new . --new .^ 42