##// END OF EJS Templates
mq: factor out push conditions checks...
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.

File last commit:

r0:9117c656 default
r13327:dc11e30b default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer