docs/evolve-faq.rst
branchmercurial-3.7
changeset 1696 898dfca94433
parent 1653 c9dc8d0346f9
child 1724 bd994fd256e1
equal deleted inserted replaced
1676:9e18bcf5e850 1696:898dfca94433
   108   $ hg revert -r 42 --all
   108   $ hg revert -r 42 --all
   109   # partially commit the first part
   109   # partially commit the first part
   110   $ hg record
   110   $ hg record
   111   # commit the second part
   111   # commit the second part
   112   $ hg commit
   112   $ hg commit
   113   # informs mercurial of what appened
   113   # informs mercurial of what happened
   114   # current changeset (.) and previous one (.^) replace A (42)
   114   # current changeset (.) and previous one (.^) replace A (42)
   115   $ hg prune --new . --new .^ 42
   115   $ hg prune --new . --new .^ 42
   116 
   116 
   117 For more complexe scenario we recommend the use of the histedit_ extension.
   117 For more complexe scenario we recommend the use of the histedit_ extension.
   118 
   118