tutorial: update notes in unwritten section stable
authorPierre-Yves David <pierre-yves.david@logilab.fr>
Wed, 02 Jan 2013 11:52:22 +0100
branchstable
changeset 635 0f5ff3b36144
parent 634 e763f7e94211
child 636 27c890b4f864
tutorial: update notes in unwritten section
tests/test-tutorial.t
--- a/tests/test-tutorial.t	Wed Jan 02 11:49:22 2013 +0100
+++ b/tests/test-tutorial.t	Wed Jan 02 11:52:22 2013 +0100
@@ -419,13 +419,12 @@
 Splitting change
 ------------------
 
-To be done (currently achieve with "two commit + debugobsolete")
+histedit or uncommit
 
 Collapsing change
 ------------------
 
-To be done (currently achieve with "revert + debugobsolete" or "rebase --collapse")
-
+This can be done with hg fold but the tutorial part is not written yet.
 
 
 
@@ -763,7 +762,7 @@
 Handling Conflicting amend
 ----------------------------------------------
 
-We can detect that multiple diverging//conflicting amend have been made. There
-will be a "evol-merge" command to merge conflicting amend
+We can detect that multiple diverging//conflicting amend have been made.
+hg evolve is able to solve several of them
 
-This command is not ready yet.
+This section need to be written