How to undo a revert in mercurial -


this question has answer here:

after had accidentally added several files with

hg add 

i wanted revert with

hg revert --all 

unfortunatelly hadn't committed intended changes reverted well. can content back?

you did not specify --no-backup, there should backup files right next actual file.

documentation support this

modified files saved .orig suffix before reverting. disable these backups, use --no-backup.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -