[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mercurial-devel
Subject:    Re: [PATCH 3 of 3 STABLE] killdaemons: correct typo of _check() function caught by pyflakes
From:       Augie Fackler <raf () durin42 ! com>
Date:       2014-04-29 15:21:45
Message-ID: 20140429152145.GA8553 () augie-macbookair ! corp ! google ! com
[Download RAW message or body]

On Tue, Apr 29, 2014 at 01:56:41PM +0900, Yuya Nishihara wrote:
> # HG changeset patch
> # User Yuya Nishihara <yuya@tcha.org>
> # Date 1398742656 -32400
> #      Tue Apr 29 12:37:36 2014 +0900
> # Branch stable
> # Node ID eee3be0b2c439b2f2dcdb1fa448884c719a7c7ec
> # Parent  1e4817bac55db80b468a2a6651df84dec6b574e9
> killdaemons: correct typo of _check() function caught by pyflakes

These look trivially correct, queued, thanks.

>
> diff --git a/tests/killdaemons.py b/tests/killdaemons.py
> --- a/tests/killdaemons.py
> +++ b/tests/killdaemons.py
> @@ -43,7 +43,7 @@ if os.name =='nt':
>              elif r == WAIT_TIMEOUT:
>                  logfn('# Daemon process %d is stuck')
>              else:
> -                check(r) # any error
> +                _check(r) # any error
>          except: #re-raises
>              ctypes.windll.kernel32.CloseHandle(handle) # no _check, keep error
>              raise
> _______________________________________________
> Mercurial-devel mailing list
> Mercurial-devel@selenic.com
> http://selenic.com/mailman/listinfo/mercurial-devel
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@selenic.com
http://selenic.com/mailman/listinfo/mercurial-devel
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic