简体   繁体   中英

Mercurial: Is there a way to make a diff compared to local repository, not remote?

I've comitted several changes in my mercurial repository. And now I want to see the difference between my local copy and the original remote repository. So it would be same if I collected diffs of all my commits by hand, but they're too split up.

Is there any way around this?

try :

hg outgoing --patch

If you want more details or information :

hg outgoing --help

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM