Mercurial > hg
comparison setup.py @ 13327:dc11e30b48a3
mq: factor out push conditions checks
Some extensions (e.g. hgsubversion) completely override push command. Because
extensions load order is unspecified, if hgsubversion loads before mq, mq
checks about not pushing applied patches will be bypassed. Short of finding a
way to fix load order, extracting the checking logic will allow
hgsubversion-like extensions to run the check themselves.
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Mon, 31 Jan 2011 22:16:33 +0100 |
parents | 4c50552fc9bc |
children | 14f3795a5ed7 |
comparison
equal
deleted
inserted
replaced
13326:535a891284da | 13327:dc11e30b48a3 |
---|