A simple question: is there a way to get back - everything from Workbench TortoiseHg? I see how to return a separate file. Ideally, I could click on the revision, and in the right menu of the mouse, find the "return all" item.
I am using TortoiseHg 2.8 in a Ubuntu field.
EDIT I had to provide more details on my subject in order to provide some context. Let me describe a specific use case:
I want to return the working directory to the state of the previous commit so that I can generate output from the executable, which, as I know, is "good." As soon as I generated this conclusion, I want to return to the prompt and continue my development, keeping this story linear. From the command line, I made "hg revert -all -rev 22", generated the output, then "hg revert -all", which did what I wanted. "hg update" will create a story with a branch (if I understand correctly). FWIW has the Refresh button in TortoiseHg (in the field where the list of files is displayed), as well as the right-click menu item in this revision.
mercurial revert tortoisehg
adt_Jeff
source share