I am using TortoiseHg GUI and it seems that there is no way to export diffs between my uncommited changes and the last revision. Is there a way to do it using hg ?
My requirements :
It can be done very simply by a patch file via
hg diff > foo.patch
Then the patch can be applied on the other repo via
hg import --no-commit foo.patch
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