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

前端 未结 5 1894
后悔当初
后悔当初 2020-12-14 08:06

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.

5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-14 08:52

    I use Torgoise Hg, which is a shell extension that has a "synchronize" view allowing you to see outgoing files before you push them. It's convenient for commits as well, and other things.

提交回复
热议问题