I'd like to restore a file that has been deleted in some commit, and restore it under a different name, so that it shares the history. In subversion, I'd do
svn cp src@REV dest
i.e. use peg revisions. What's the equivalent in Mercurial?
|
I'd like to restore a file that has been deleted in some commit, and restore it under a different name, so that it shares the history. In subversion, I'd do
i.e. use peg revisions. What's the equivalent in Mercurial? |
|||
|
|
I don't think Mercurial has a built-in way to do this. But I think you can get the same effect via:
This will have the file keep all its old history, as best Mercurial can track it. |
|||||
|
|
Wouldn't just (if you "
work? edited: I just tested it and it seems to be ok. Actually no "
Hope it'll help. |
||||
|