[Python-Dev] [Python-checkins] devguide (hg_transition): patchcheck does work

Sandro Tosi sandro.tosi at gmail.com
Sun Feb 27 15:05:25 CET 2011


On Sun, Feb 27, 2011 at 03:17, eric.araujo <python-checkins at python.org> wrote:
> eric.araujo pushed f325d743c385 to devguide:
>
> http://hg.python.org/devguide/rev/f325d743c385
> changeset:   331:f325d743c385
> branch:      hg_transition
> user:        ?ric Araujo <merwok at netwok.org>
> date:        Sat Feb 26 17:30:51 2011 +0100
> summary:
>  patchcheck does work
>
> files:
>  patch.rst
>
> diff --git a/patch.rst b/patch.rst
> --- a/patch.rst
> +++ b/patch.rst
> @@ -114,15 +114,13 @@
>  Generation
>  ''''''''''
>
> -.. XXX [commented out] make patchcheck doesn't work with non-SVN workflow
> +To perform a quick sanity check on your patch, you can run::
>
> -   To perform a quick sanity check on your patch, you can run::
> +   make patchcheck
>
> -       make patchcheck
> -
> -   This will check and/or fix various common things people forget to do for
> -   patches, such as adding any new files needing for the patch to work (do not
> -   that not all checks apply to non-core developers).
> +This will check and/or fix various common things people forget to do for
> +patches, such as adding any new files needing for the patch to work (do not

(do note

Cheers,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi


More information about the Python-Dev mailing list