I run hg pull which added new changes to my repository. Before updating my working directory with the new changes i would like to see these new files/changes. I believe in SVN i used svn st -u but how is it done in Mercurial?
I run hg pull which added new changes to my repository. Before updating my
Share
(After pulling the changes via
hg pull) you can runhg status --rev tipto show an output similar tosvn st -u.