Mercurial > evolve
comparison README @ 1058:00bc31523074
uncommit: add a --rev argument
The uncommit command now taks a --rev argument. This lets restore the file
content in the current commit to another revision (instead of just is parent
content). This still does not touch the working directory content.\
This allow the longly awaited:
hg uncommit --hidden --rev 'precursors(.)'
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Fri, 15 Aug 2014 00:46:23 -0700 |
parents | bfa9d535f436 |
children | d1baf69b935c |
comparison
equal
deleted
inserted
replaced
1056:edfb9a0ad085 | 1058:00bc31523074 |
---|---|
54 Be sure to check latest draft changeset before submitting new changesets. | 54 Be sure to check latest draft changeset before submitting new changesets. |
55 | 55 |
56 | 56 |
57 Changelog | 57 Changelog |
58 ========= | 58 ========= |
59 | |
60 4.2.0 -- | |
61 | |
62 - uncommit: add a --rev argument | |
59 | 63 |
60 4.1.0 -- 2014-08-08 | 64 4.1.0 -- 2014-08-08 |
61 | 65 |
62 - amend: add -D/--current-date option | 66 - amend: add -D/--current-date option |
63 - amend: add -U/--current-user option | 67 - amend: add -U/--current-user option |