Is there any easy way to generate a patch file from "hg incoming" command?

Jesse Glick jesse.glick at sun.com
Tue Mar 4 19:19:01 CST 2008


Neo Jia wrote:
> Is there any way to make "hg incoming" just print one specific
> changeset?

You might try fetching the incoming changes into a bundle (in --bundle 
in.hg), then use 'export -R bundle://main+in.hg $rev'. Haven't tried 
exactly this but I think it will work.



More information about the Mercurial mailing list