Re: [PATCH] keyword: replace map() with list comprehension

2018-01-21 Thread Christian Ebert
* Yuya Nishihara on Sunday, January 21, 2018 at 11:46:12 +0900 On Sat, 20 Jan 2018 14:46:49 +0100, Christian Ebert wrote: * Yuya Nishihara on Saturday, January 20, 2018 at 21:29:37 +0900 On Sat, 20 Jan 2018 12:00:00 +0100, Christian Ebert wrote: keyword: replace map() with list comprehension

Re: [PATCH] keyword: replace map() with list comprehension

2018-01-20 Thread Christian Ebert
* Yuya Nishihara on Saturday, January 20, 2018 at 21:29:37 +0900 On Sat, 20 Jan 2018 12:00:00 +0100, Christian Ebert wrote: # HG changeset patch # User Christian Ebert <blacktr...@gmx.net> # Date 1516442383 -3600 # Sat Jan 20 10:59:43 2018 +0100 # N

[PATCH] keyword: use context manager for rollback locking

2017-06-20 Thread Christian Ebert
# HG changeset patch # User Christian Ebert <blacktr...@gmx.net> # Date 1497959496 -3600 # Tue Jun 20 12:51:36 2017 +0100 # Node ID 8d47bf86d05de2bff7cd2b3abeb7ae1de66d2848 # Parent 661025fd3e1cd5d5e2dee12b7f64312d6cd48a0b keyword: use context manager for rollback locking diff --git a

[PATCH] keyword: handle filectx _customcmp

2016-11-07 Thread Christian Ebert
# HG changeset patch # User Christian Ebert <blacktr...@gmx.net> # Date 1476718966 -7200 # Mon Oct 17 17:42:46 2016 +0200 # Node ID 94e42c8808cdd96891a9f375f02a0760670e33d8 # Parent d06c049695e6ad3219e7479c65ce98a2f123e878 keyword: handle filectx _customcmp Suggested by Yuya Nis

Re: [PATCH] keyword: handle filectx _customcmp

2016-10-20 Thread Christian Ebert
* Pierre-Yves David on Tuesday, October 18, 2016 at 00:27:21 +0200 > On 10/17/2016 05:52 PM, Christian Ebert wrote: >> # HG changeset patch >> # User Christian Ebert <blacktr...@gmx.net> >> # Date 1476718966 -7200 >> # Mon Oct 17

[PATCH] keyword: handle filectx _customcmp

2016-10-17 Thread Christian Ebert
# HG changeset patch # User Christian Ebert <blacktr...@gmx.net> # Date 1476718966 -7200 # Mon Oct 17 17:42:46 2016 +0200 # Node ID ebef6b5593fa812e907fb4dae920a0c8b2ee00a0 # Parent b85fa6bf298be07804a74d8fdec0d19fdbc6d740 keyword: handle filectx _customcmp Related to issue5364. diff

Re: [PATCH STABLE] keyword: use fctx.filenode() instead of internal var (issue5364)

2016-10-17 Thread Christian Ebert
* Yuya Nishihara on Friday, September 09, 2016 at 21:50:31 +0900 > On Thu, 08 Sep 2016 17:12:34 +0100, Christian Ebert wrote: >> # HG changeset patch >> # User Christian Ebert <blacktr...@gmx.net> >> # Date 1473350741 -3600 >> # Thu Sep 08 17:05:41 2016 +010

[PATCH STABLE] keyword: use fctx.filenode() instead of internal var (issue5364)

2016-09-08 Thread Christian Ebert
# HG changeset patch # User Christian Ebert <blacktr...@gmx.net> # Date 1473350741 -3600 # Thu Sep 08 17:05:41 2016 +0100 # Branch stable # Node ID d4f2b7b5b2e382dcc34409ddcb89b9280262c2d0 # Parent e7766022a61a66a7c4218526b647f96bd442a4ce keyword: use fctx.filenode() instead of intern