Can someone show me how to compare a local branch with remote branch to see the all the differences or new changesets added?
I only want to see what's new like hg incoming
or hg outgoing
. I don't want to compare individual files.
It would be something like this hg incoming --branches Branch:Branch
so the first one is the local branch and second is the remote branch, something like that.