[issue14053] Make Tools/scripts/patchcheck.py compatible with mercurial mqueues.

Francisco Martín Brugué report at bugs.python.org
Mon Feb 20 19:08:21 CET 2012


Francisco Martín Brugué <francismb at email.de> added the comment:

Nice feedback !

One question :

>
>    An alternative approach that solves all three of these problems is to
>    check whether we have any patches applied (using "hg qapplied"), and if
>    this is the case, then add "--rev qbase" to the "hg status" command
>    line. This will list all files added/modified by patches as well as by
>    uncommitted changes.
>

Shouldn't be --rev qparent ? with --rev qbase the first MQ patch applied 
changes are not listed ... (one wants the changes between
qparent and qtip)

----------
title: Make patchcheck compatible with MQ -> Make Tools/scripts/patchcheck.py compatible with mercurial mqueues.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14053>
_______________________________________


More information about the Python-bugs-list mailing list