[PATCH 2 of 2] check-code: document last ignore regexp

Augie Fackler raf at durin42.com
Sat Nov 16 11:45:43 CST 2013


On Tue, Nov 12, 2013 at 12:51:04AM +0100, Simon Heimberg wrote:
> # HG changeset patch
> # User Simon Heimberg <simohe at besonet.ch>
> # Date 1384005012 -3600
> #      Sat Nov 09 14:50:12 2013 +0100
> # Node ID 86f7cda76116f0e86495d72f3711edc44587e112
> # Parent  22f000152c01f0a9bb670225ba6cf82c1c4dc09d
> check-code: document last ignore regexp
>
> For easier remembering to delete when it is not needed anymore.
>

Queued these, thanks

>
> diff -r 22f000152c01 -r 86f7cda76116 contrib/check-code.py
> --- a/contrib/check-code.py	Sat Nov 09 14:49:05 2013 +0100
> +++ b/contrib/check-code.py	Sat Nov 09 14:50:12 2013 +0100
> @@ -141,7 +141,8 @@
>      (r'^  saved backup bundle to \$TESTTMP.*\.hg$', winglobmsg),
>      (r'^  changeset .* references (corrupted|missing) \$TESTTMP/.*[^)]$',
>       winglobmsg),
> -    (r'^  pulling from \$TESTTMP/.*[^)]$', winglobmsg, '\$TESTTMP/unix-repo$'),
> +    (r'^  pulling from \$TESTTMP/.*[^)]$', winglobmsg,
> +     '\$TESTTMP/unix-repo$'), # in test-issue1802.t which skipped on windows
>      (r'^  reverting .*/.*[^)]$', winglobmsg),
>      (r'^  cloning subrepo \S+/.*[^)]$', winglobmsg),
>      (r'^  pushing to \$TESTTMP/.*[^)]$', winglobmsg),
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel at selenic.com
> http://selenic.com/mailman/listinfo/mercurial-devel


More information about the Mercurial-devel mailing list