In Mercurial (hg), how do you see a list of files that will be pushed if an "hg push" is issued?

Posted by Jian Lin on Stack Overflow See other posts from Stack Overflow or by Jian Lin
Published on 2010-06-14T23:20:02Z Indexed on 2010/06/14 23:22 UTC
Read the original article Hit count: 148

Filed under:
|

We can see all the changesets and the files involved using

hg outgoing -v

but the filenames are all scattered in the list of changesets.

Is there a way to just see a list of all the files that will go out if hg push is issued?

© Stack Overflow or respective owner

Related posts about mercurial

Related posts about hg