Tortoisehg: how to revert subfolders to revision -


I would like to return only some subfolders (and all their descendants) of some repositories in a definite amendment.

Note: I am using TortoiseHg, version 2.11

, if anyone knows that this TortoisHg (each single file is selected Is it possible to do without?

You can easily do the manifest window in TortoiseHg.

In TortoiseHg Workbench, select View -> Manifest Alt-3 , select the modification that you want, and in the manifest window, right-click the folder in question and select Back to .. .

You can bring the Manifest tool directly from the command line in the following way:

  thg manifest -r REV   

Where < Code> REV is the modification you want to return but if you are happy using the command line, you can save some time by doing the following: hg back -R REV folder_to_revst

After you did this, just to make local changes (the result of withdrawing files) Areas do if you decide to bring back the files, just a clean update.

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -