I didn’t see anything on the documentation that allows me to see which files are updated when updating my working directory. Is there any way to ask mercurial to show this?
I presume I could always run hg diff before hg update, but that would be redundant and slow down the process if I want to do this every time I update (I presume that hg update collects a list of files to update itself, is that right?).
I think
hg update -vwill do what you want: