Re: [PATCH 1 of 3] py3: make a bytes version of getopt.getopt()

2016-12-09 Thread Pulkit Goyal
The latest one is V5, I missed adding the flag. On Sat, Dec 10, 2016 at 5:10 AM, Pulkit Goyal <7895pul...@gmail.com> wrote: > # HG changeset patch > # User Pulkit Goyal <7895pul...@gmail.com> > # Date 1480986396 -19800 > # Tue Dec 06 06:36:36 2016 +0530 > # Node ID

[PATCH 2 of 3] py3: utility functions to convert keys of kwargs to bytes/unicodes

2016-12-09 Thread Pulkit Goyal
# HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1481127783 -19800 # Wed Dec 07 21:53:03 2016 +0530 # Node ID 7fcea54acba98b7f1d994bd7311bb0f5ec566b65 # Parent 4b57889d58056f95c58f2379836437a65950424c py3: utility functions to convert keys of kwargs to bytes/unicodes

[PATCH 1 of 3] py3: make a bytes version of getopt.getopt()

2016-12-09 Thread Pulkit Goyal
# HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1480986396 -19800 # Tue Dec 06 06:36:36 2016 +0530 # Node ID 4b57889d58056f95c58f2379836437a65950424c # Parent a2b053b8d31aa01b1dcae2d3001b060ff59e8a68 py3: make a bytes version of getopt.getopt() getopt.getopt() deals

[PATCH 3 of 3] py3: make keys of keyword arguments strings

2016-12-09 Thread Pulkit Goyal
# HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1481085372 -19800 # Wed Dec 07 10:06:12 2016 +0530 # Node ID 28203092739274efcb8c691beb9c4025a2c45ff5 # Parent 7fcea54acba98b7f1d994bd7311bb0f5ec566b65 py3: make keys of keyword arguments strings keys of keyword

[PATCH 1 of 3 V4] py3: make a bytes version of getopt.getopt()

2016-12-09 Thread Pulkit Goyal
# HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1480986396 -19800 # Tue Dec 06 06:36:36 2016 +0530 # Node ID d3ad2d1318620f538e5bfe0f2fd7a52b28edfc32 # Parent a2b053b8d31aa01b1dcae2d3001b060ff59e8a68 py3: make a bytes version of getopt.getopt() getopt.getopt() deals

[PATCH 2 of 3 V4] py3: utility functions to convert keys of kwargs to bytes/unicodes

2016-12-09 Thread Pulkit Goyal
# HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1481127783 -19800 # Wed Dec 07 21:53:03 2016 +0530 # Node ID 9fcc05eb39238a645947bcfda5dcbe10399e946c # Parent d3ad2d1318620f538e5bfe0f2fd7a52b28edfc32 py3: utility functions to convert keys of kwargs to bytes/unicodes

[PATCH 3 of 3 V4] py3: make keys of keyword arguments strings

2016-12-09 Thread Pulkit Goyal
# HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1481085372 -19800 # Wed Dec 07 10:06:12 2016 +0530 # Node ID b4a38b843dfb479ee059eb15f4c17e65951a0208 # Parent 9fcc05eb39238a645947bcfda5dcbe10399e946c py3: make keys of keyword arguments strings keys of keyword

[Bug 5440] New: graph log does not draw multiple children from null correctly

2016-12-09 Thread bugzilla
https://bz.mercurial-scm.org/show_bug.cgi?id=5440 Bug ID: 5440 Summary: graph log does not draw multiple children from null correctly Product: Mercurial Version: 4.0-rc Hardware: PC OS: Linux

[PATCH 2 of 2] bookmarks: make bookmarks.comparebookmarks accept binary nodes (API)

2016-12-09 Thread Stanislau Hlebik
# HG changeset patch # User Stanislau Hlebik # Date 1481282546 28800 # Fri Dec 09 03:22:26 2016 -0800 # Node ID df861963a18c00d72362b415a77a62d2c18660bf # Parent 08ab8f9d0abcbd1b2405ecb0a8670d212866af1f bookmarks: make bookmarks.comparebookmarks accept binary nodes (API)

[PATCH] bookmarks: introduce binary encoding

2016-12-09 Thread Stanislau Hlebik
# HG changeset patch # User Stanislau Hlebik # Date 1481281951 28800 # Fri Dec 09 03:12:31 2016 -0800 # Node ID 001ceadc2bc36699bdf816370899a27203bf1818 # Parent 9e29d4e4e08b5996adda49cdd0b497d89e2b16ee bookmarks: introduce binary encoding Bookmarks binary encoding will be

mercurial@30558: new changeset (1 on stable)

2016-12-09 Thread Mercurial Commits
New changeset (1 on stable) in mercurial: https://www.mercurial-scm.org/repo/hg/rev/7817df5585db changeset: 30558:7817df5585db branch: stable tag: tip parent: 30552:76e970c8f530 user:Anton Shestakov date:Thu Dec 08 23:59:36 2016 +0800

Re: [PATCH 1 of 3 V3] py3: make a bytes version of getopt.getopt()

2016-12-09 Thread Pulkit Goyal
On Fri, Dec 9, 2016 at 4:16 PM, Yuya Nishihara wrote: > On Fri, 09 Dec 2016 00:42:37 +0530, Pulkit Goyal wrote: >> # HG changeset patch >> # User Pulkit Goyal <7895pul...@gmail.com> >> # Date 1480986396 -19800 >> # Tue Dec 06 06:36:36 2016 +0530 >> # Node ID

Re: [PATCH 2 of 3 V3] py3: utility functions to convert keys of kwargs to bytes/unicodes

2016-12-09 Thread Pulkit Goyal
Can I see the traceback, because this is the iteritems() version and I don't see anythinng breaking Python 2.6 :( On Fri, Dec 9, 2016 at 4:14 PM, Yuya Nishihara wrote: > On Fri, 09 Dec 2016 00:42:38 +0530, Pulkit Goyal wrote: >> # HG changeset patch >> # User Pulkit Goyal

Re: [PATCH 2 of 3 V3] py3: utility functions to convert keys of kwargs to bytes/unicodes

2016-12-09 Thread Yuya Nishihara
On Fri, 09 Dec 2016 00:42:38 +0530, Pulkit Goyal wrote: > # HG changeset patch > # User Pulkit Goyal <7895pul...@gmail.com> > # Date 1481127783 -19800 > # Wed Dec 07 21:53:03 2016 +0530 > # Node ID a359ab71022408a864d58baba3b365ee262560df > # Parent e6e1c531a879c091caeaf7597744e98bcfbb41c9 >

Re: [PATCH 1 of 3 V3] py3: make a bytes version of getopt.getopt()

2016-12-09 Thread Yuya Nishihara
On Fri, 09 Dec 2016 00:42:37 +0530, Pulkit Goyal wrote: > # HG changeset patch > # User Pulkit Goyal <7895pul...@gmail.com> > # Date 1480986396 -19800 > # Tue Dec 06 06:36:36 2016 +0530 > # Node ID e6e1c531a879c091caeaf7597744e98bcfbb41c9 > # Parent a2b053b8d31aa01b1dcae2d3001b060ff59e8a68 >