Re: [PATCH] sortdict: fix .pop() to return a value

2017-04-11 Thread Augie Fackler
On Sun, Apr 09, 2017 at 10:10:01PM +0900, Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1491706629 -32400 > # Sun Apr 09 11:57:09 2017 +0900 > # Node ID 48a7a1f77a9489e3c4b5f862243782ceae80eaf9 > # Parent 9259cf823690e4fcd34a4d2ecd57ced2060d2b3d > sortdict: fi

Re: [PATCH] sortdict: fix .pop() to return a value

2017-04-10 Thread Yuya Nishihara
On Sun, 9 Apr 2017 19:50:26 -0700, David Soria Parra wrote: > On Sun, Apr 09, 2017 at 10:10:01PM +0900, Yuya Nishihara wrote: > > # HG changeset patch > > # User Yuya Nishihara > > # Date 1491706629 -32400 > > # Sun Apr 09 11:57:09 2017 +0900 > > # Node ID 48a7a1f77a9489e3c4b5f862243782ceae80

Re: [PATCH] sortdict: fix .pop() to return a value

2017-04-10 Thread Ryan McElroy
On 4/10/17 3:50 AM, David Soria Parra wrote: On Sun, Apr 09, 2017 at 10:10:01PM +0900, Yuya Nishihara wrote: # HG changeset patch # User Yuya Nishihara # Date 1491706629 -32400 # Sun Apr 09 11:57:09 2017 +0900 # Node ID 48a7a1f77a9489e3c4b5f862243782ceae80eaf9 # Parent 9259cf823690e4fcd34

Re: [PATCH] sortdict: fix .pop() to return a value

2017-04-09 Thread David Soria Parra
On Sun, Apr 09, 2017 at 10:10:01PM +0900, Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1491706629 -32400 > # Sun Apr 09 11:57:09 2017 +0900 > # Node ID 48a7a1f77a9489e3c4b5f862243782ceae80eaf9 > # Parent 9259cf823690e4fcd34a4d2ecd57ced2060d2b3d > sortdict: fi

[PATCH] sortdict: fix .pop() to return a value

2017-04-09 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1491706629 -32400 # Sun Apr 09 11:57:09 2017 +0900 # Node ID 48a7a1f77a9489e3c4b5f862243782ceae80eaf9 # Parent 9259cf823690e4fcd34a4d2ecd57ced2060d2b3d sortdict: fix .pop() to return a value My future patch will need it. diff --git a/mercur