##// END OF EJS Templates
rebase: preserve mq series order, guarded patches (issue2849)...
rebase: preserve mq series order, guarded patches (issue2849) The previous code was rebasing an applied series like: patch1 +guarded patch2 patch3 +guarded patch4 patch5 +guarded into: patch2 patch4 patch1 +guarded patch3 +guarded patch5 +guarded Reported by Lars Westerhoff <lars.westerhoff@newtec.eu> Also rename mq.series_dirty into mq.seriesdirty, missed by 599a72895c0d, and without effect since mq.qimport() was setting it already.

File last commit:

r16438:28a90cdf default
r16531:b9f51f49 stable
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer