RFC: Would you care if mq stopped storing patch files physically on disk?
Nicolas Dumazet
nicdumz at gmail.com
Fri Dec 4 00:15:57 CST 2009
2009/12/4 Lorenz Minder <lminder at gmx.net>:
> hg qpop xyz.patch; hg log -v -r -2:tip > x.diff ; hg qdiff >> x.diff; vim
> x.diff; rm x.diff; hg qpush -a
as a quick note, I think that using hg export would be more efficient here:
hg export tip > x.diff ; hg qpop; vim x.diff
> As a matter of fact, if I don't need the diff anymore, that's a pretty sure
> sign for me that I can
> commit that patch (i.e. 'hg qrm -r' it).
>
> So yes, I would care.
>
--
Nicolas Dumazet — NicDumZ
More information about the Mercurial
mailing list