Re: [PATCH RFC v8] scmutil: add a simple key-value file helper

2016-12-23 Thread Augie Fackler
> On Dec 20, 2016, at 12:08 PM, Kostia Balytskyi wrote: > > Here's a pastebin of my shelve.py: http://pastebin.com/3CYmqf2J > Please note that I haven't worked on storing the actual shelved state in > this file yet: that is a low-pri for me at the moment, but I want it to

Re: [PATCH RFC v8] scmutil: add a simple key-value file helper

2016-12-20 Thread Kostia Balytskyi
On 12/16/2016 6:45 PM, Augie Fackler wrote: > On Fri, Dec 16, 2016 at 1:35 PM, Augie Fackler wrote: >>> scmutil: add a simple key-value file helper >>> >> At this point, I think I'd like to see obs-shelve too. Is there a >> place I can do that? > (Specifically: before we do a

Re: [PATCH RFC v8] scmutil: add a simple key-value file helper

2016-12-16 Thread Augie Fackler
On Fri, Dec 16, 2016 at 1:35 PM, Augie Fackler wrote: >> scmutil: add a simple key-value file helper >> > > At this point, I think I'd like to see obs-shelve too. Is there a > place I can do that? (Specifically: before we do a resend of this, I'd like to see the client, so a

Re: [PATCH RFC v8] scmutil: add a simple key-value file helper

2016-12-16 Thread Augie Fackler
On Wed, Dec 14, 2016 at 09:06:27AM -0800, Kostia Balytskyi wrote: > # HG changeset patch > # User Kostia Balytskyi > # Date 1481734993 28800 > # Wed Dec 14 09:03:13 2016 -0800 > # Node ID 0973a68a3dcdfb7154e8ab27b7bb7028e97dd516 > # Parent

[PATCH RFC v8] scmutil: add a simple key-value file helper

2016-12-14 Thread Kostia Balytskyi
# HG changeset patch # User Kostia Balytskyi # Date 1481734993 28800 # Wed Dec 14 09:03:13 2016 -0800 # Node ID 0973a68a3dcdfb7154e8ab27b7bb7028e97dd516 # Parent 95b076f5ddee5ab7bd208b8c2f42121ce9907129 scmutil: add a simple key-value file helper The purpose of the added