I want to push my code to a repo, but before doing so I would like to see what changes the push will send.
To revert a file to a specific changeset, use hg revert -r CHANGESET FILENAME . This will revert the file without committing it.
This should display the changesets to be pushed.
hg outgoing
http://www.selenic.com/mercurial/hg.1.html#outgoing
To customize the output, check this answer: https://stackoverflow.com/a/3041751/62054
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With