docs/evolve-faq.rst
changeset 1724 bd994fd256e1
parent 1653 c9dc8d0346f9
child 4615 8406d9b06130
equal deleted inserted replaced
1723:2672f36d668e 1724:bd994fd256e1
   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 
   119 .. _histedit: http://mercurial.selenic.com/wiki/HisteditExtension
   119 .. _histedit: https://www.mercurial-scm.org/wiki/HisteditExtension
   120 
   120 
   121 
   121 
   122 Update my current work in progress after a pull
   122 Update my current work in progress after a pull
   123 -----------------------------------------------
   123 -----------------------------------------------
   124 
   124