I want mercurial to remove several files from the current state of the repository. However, I want the files to exist in prior history.
How do forget and remove differ, and can they do what I want?
|
I want mercurial to remove several files from the current state of the repository. However, I want the files to exist in prior history. How do |
|||||||
|
|
'
Bottom line: ' |
|||||||||||||||||||||
|
|
From the documentation, you can apparently use either command to keep the file in the project history. Looks like you want remove, since it also deletes the file from the working directory. From the Mercurial book at http://hgbook.red-bean.com/read/:
The man page hg(1) says this about forget:
And this about remove:
|
|||
|
|
|
The best way to put is that In other words, I cannot tell if you used |
|||
|
|