equal
deleted
inserted
replaced
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 |