Reputation: 22611
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.
hg update
Upvotes: 1
Views: 111
Reputation: 2856
Doesn't hg update -v do what you want?
hg update -v
Upvotes: 4