How to save source datetimes file when using Mercurial?

Is there a parameter that I could point to mercurial to convince it to use the original file timestamp instead of local update time?

When I make a clone, I want to have the same files (same timestamps) on any two machines.

Note. I am not looking for the archive option, I want to fully work with copies.

+4
source share
1 answer

I have not used any of them, but it looks like you want something like this:

+5
source

Source: https://habr.com/ru/post/1402421/


All Articles