[PATCH 0 of 2] mq: add qfreeze command to protect patches from careless modification

FUJIWARA Katsunori fujiwara at ascade.co.jp
Sun Jun 7 09:53:54 CDT 2009


When using MQ, I sometimes break clean-ness of patches by careless
qrefresh forgetting qnew/qpush/qpop for new modification.

So, I wrote this patch for FREEZE functionality which protects patches
managed by MQ from careless modification.

This patch add 'hg qfreeze' command, which maintains list of FROZEN
patches, and FROZEN one prevents qrefresh, qdelete, qfold and qfinish
from modifing its content.


More information about the Mercurial-devel mailing list