Christian Stump
<christian.st...@gmail.com> writes:
> is there, in this situation, a difference between hg export qtip >
> foo.patch and hg qrefresh (that's what I usually do here) ?

`hg qrefresh` adds uncommitted changes into the topmost patch; `hg
export qtip > foo.patch` simply copies the existing patch file into
whatever path you specify ("foo.patch" in this case), while also adding
a couple of headers specifying the parent commit ID and the patch's own
commit ID, which can change even when the content of the patch is the
same.

-Keshav

----
Join us in #sagemath on irc.freenode.net !

-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" group.
To post to this group, send email to sage-combinat-devel@googlegroups.com.
To unsubscribe from this group, send email to 
sage-combinat-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sage-combinat-devel?hl=en.

Reply via email to