I’m looking for a way to watch if a file has been changed during update.
On way would be for example an additional command to hg update to show files that has been modified.
I’m looking for a way to watch if a file has been changed during
Share
Doesn’t
hg update -vdo what you want?