RFC: Would you care if mq stopped storing patch files physically on disk?
Wagner Bruna
wagner.bruna+mercurial at gmail.com
Fri Nov 27 08:33:08 CST 2009
Hello,
Peter Arrenbrecht wrote:
> People reading the devel list may have noticed I am trying to rethink
> and unify mq and pbranch. They are both solutions to what mpm calls
> malleable history. This is also the aspect that I'm interested in:
> malleable parts of history within an hg repo. So part of the plan is
> to get rid of the physical patch files by default. This would free us
> from a bunch of limitations inherited from quilt's approach to patch
> management. However, the latter must also have its merits.
>
> So, are you using the fact that mq stores the patch files physically
> on disk in your workflows? If so, how? What are the crucial aspects
> for you?
Sometimes I develop patches in a repository, and when I'm done apply them
directly into another with hg import. But a facility for exporting those patches
(either a special command or plain hg export) would probably be enough for me.
Thanks,
Wagner
> Note: Import/export to quilt-style patch queues would still be
> supported, but the physical files would no longer be the master copy.
>
> Cheers,
> -parren
More information about the Mercurial
mailing list