Igor Bukanov wrote: > is there any way to include to hg qdiff output the commit message and > the user name recorded during qrefresh? Alternatively can I force to > include -p option to mq patches as stored under .hgrc/patches ? hg export? (Only works if the patch is applied, obviously.) Cheers, Dirkjan