Re: [PATCH] shelve: allow multiple shelves with --patch and --stat

2017-01-15 Thread Augie Fackler
> On Jan 15, 2017, at 1:58 PM, Pulkit Goyal <7895pul...@gmail.com> wrote: > >>> diff -r e9bc34f57537 -r 9dc4d056d85a hgext/shelve.py >>> --- a/hgext/shelve.py Sun Jan 08 10:08:29 2017 +0800 >>> +++ b/hgext/shelve.py Sat Jan 14 01:23:07 2017 +0530 >>> @@ -523,13 +523,13 @@ >>>

Re: [PATCH] templater: add 'env()' to fetch environment variables

2017-01-15 Thread Matt Harbison
On Sun, 15 Jan 2017 15:30:56 -0500, Matt Harbison wrote: # HG changeset patch # User Matt Harbison # Date 1484508143 18000 # Sun Jan 15 14:22:23 2017 -0500 # Node ID 2ba757de67ce1347d088a4d9f947efe5d407ffdd # Parent 4c0a5a256ae806fab18d56b3c44a8d1c98a40ce0 templater: add 'env()' to fet

[PATCH] templater: add 'env()' to fetch environment variables

2017-01-15 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1484508143 18000 # Sun Jan 15 14:22:23 2017 -0500 # Node ID 2ba757de67ce1347d088a4d9f947efe5d407ffdd # Parent 4c0a5a256ae806fab18d56b3c44a8d1c98a40ce0 templater: add 'env()' to fetch environment variables Template files ignore custom items in

Re: [PATCH] shelve: allow multiple shelves with --patch and --stat

2017-01-15 Thread Pulkit Goyal
>> diff -r e9bc34f57537 -r 9dc4d056d85a hgext/shelve.py >> --- a/hgext/shelve.py Sun Jan 08 10:08:29 2017 +0800 >> +++ b/hgext/shelve.py Sat Jan 14 01:23:07 2017 +0530 >> @@ -523,13 +523,13 @@ >> ui.write(chunk, label=label) >> >> def singlepatchcmds(ui, repo, pats, opts, subc

Re: [PATCH] zstd: vendor python-zstandard 0.6.0

2017-01-15 Thread Augie Fackler
Queued, thanks. > On Jan 14, 2017, at 10:46 PM, Gregory Szorc wrote: > > # HG changeset patch > # User Gregory Szorc > # Date 1484451703 28800 > # Sat Jan 14 19:41:43 2017 -0800 > # Node ID 9a96420fe26b14b3509b1d7fa7bec4bf25cced76 > # Parent c5bf2e8ec18cd1dbdc69c63d27464f0979292ad6 > zstd

RE: Deltas, compression, and zstd

2017-01-15 Thread Yann Collet
From Gregory Szorc : Ø The wording in this paragraph is confusing. Stated differently: if we have immutable files (e.g. "pack files"), then there are no stream append operations and all the complications around solving that problem go away. So "pack files" allow us to more easily employ the fe

Re: [PATCH] hgweb: build the "entries" list directly in filelog command

2017-01-15 Thread Martin von Zweigbergk via Mercurial-devel
On Sat, Jan 14, 2017, 23:52 Pierre-Yves David < pierre-yves.da...@ens-lyon.org> wrote: > > > On 01/14/2017 06:14 AM, Gregory Szorc wrote: > > On Fri, Jan 13, 2017 at 8:08 AM, Pierre-Yves David > > mailto:pierre-yves.da...@ens-lyon.org>> > > wrote: > > > > > > > > On 01/13/2017 04:31 PM, Denis

Re: [PATCH 2 of 2 zstd-revlogs V2] localrepo: experimental support for non-zlib revlog compression

2017-01-15 Thread Gregory Szorc
On Sun, Jan 15, 2017 at 2:06 AM, Pierre-Yves David < pierre-yves.da...@ens-lyon.org> wrote: > > > On 01/15/2017 10:33 AM, Yuya Nishihara wrote: > >> On Fri, 13 Jan 2017 20:45:57 -0800, Gregory Szorc wrote: >> >>> # HG changeset patch >>> # User Gregory Szorc >>> # Date 1484367416 28800 >>> #

mercurial@30818: new changeset

2017-01-15 Thread Mercurial Commits
New changeset in mercurial: https://www.mercurial-scm.org/repo/hg/rev/4c0a5a256ae8 changeset: 30818:4c0a5a256ae8 bookmark:@ tag: tip user:Gregory Szorc date:Fri Jan 13 20:16:56 2017 -0800 summary: localrepo: experimental support for non-zlib revlog compression -

Re: [PATCH] util: add length argument to util.buffer()

2017-01-15 Thread Yuya Nishihara
On Sun, 15 Jan 2017 17:04:24 +0530, Pulkit Goyal wrote: > # HG changeset patch > # User Pulkit Goyal <7895pul...@gmail.com> > # Date 1484404515 -19800 > # Sat Jan 14 20:05:15 2017 +0530 > # Node ID 087be8a1c7a0452beee36ca23d7978d107b72315 > # Parent 9dc4d056d85a041b2b28587b3b84608b1f0903a5 >

[PATCH] util: add length argument to util.buffer()

2017-01-15 Thread Pulkit Goyal
# HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1484404515 -19800 # Sat Jan 14 20:05:15 2017 +0530 # Node ID 087be8a1c7a0452beee36ca23d7978d107b72315 # Parent 9dc4d056d85a041b2b28587b3b84608b1f0903a5 util: add length argument to util.buffer() util.buffer() either retur

mercurial@30817: new changeset

2017-01-15 Thread Mercurial Commits
New changeset in mercurial: https://www.mercurial-scm.org/repo/hg/rev/2b279126b8f5 changeset: 30817:2b279126b8f5 bookmark:@ tag: tip user:Gregory Szorc date:Fri Jan 13 19:58:00 2017 -0800 summary: revlog: use compression engine APIs for decompression -- Reposit

Re: [PATCH 2 of 2 zstd-revlogs V2] localrepo: experimental support for non-zlib revlog compression

2017-01-15 Thread Pierre-Yves David
On 01/15/2017 10:33 AM, Yuya Nishihara wrote: On Fri, 13 Jan 2017 20:45:57 -0800, Gregory Szorc wrote: # HG changeset patch # User Gregory Szorc # Date 1484367416 28800 # Fri Jan 13 20:16:56 2017 -0800 # Node ID 01dce0ba83c49989c2e75bbda111f2816b1eb61e # Parent 081a7a0c0d5665056476ed358

Re: [PATCH 2 of 2 zstd-revlogs V2] localrepo: experimental support for non-zlib revlog compression

2017-01-15 Thread Yuya Nishihara
On Fri, 13 Jan 2017 20:45:57 -0800, Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc > # Date 1484367416 28800 > # Fri Jan 13 20:16:56 2017 -0800 > # Node ID 01dce0ba83c49989c2e75bbda111f2816b1eb61e > # Parent 081a7a0c0d5665056476ed35875d663ea5eaac73 > localrepo: experiment

mercurial@30816: new changeset

2017-01-15 Thread Mercurial Commits
New changeset in mercurial: https://www.mercurial-scm.org/repo/hg/rev/96f811bceb85 changeset: 30816:96f811bceb85 bookmark:@ tag: tip user:Denis Laxalde date:Fri Jan 13 10:22:25 2017 +0100 summary: hgweb: build the "entries" list directly in filelog command -- R

Re: [PATCH 1 of 2] py3: replace pycompat.getenv with encoding.environ.get

2017-01-15 Thread Yuya Nishihara
On Sun, 15 Jan 2017 13:42:51 +0530, Pulkit Goyal wrote: > # HG changeset patch > # User Pulkit Goyal <7895pul...@gmail.com> > # Date 1484466425 -19800 > # Sun Jan 15 13:17:05 2017 +0530 > # Node ID 8980743ae0283ac02b20be0732ac23e4dd50dc10 > # Parent 79f98c1b8d718bfa94f12eb62872598ad7ec9c2e >

Re: [PATCH 2 of 2] util: add length argument to util.buffer()

2017-01-15 Thread Yuya Nishihara
On Sun, 15 Jan 2017 13:42:52 +0530, Pulkit Goyal wrote: > # HG changeset patch > # User Pulkit Goyal <7895pul...@gmail.com> > # Date 1484404515 -19800 > # Sat Jan 14 20:05:15 2017 +0530 > # Node ID 79f98c1b8d718bfa94f12eb62872598ad7ec9c2e > # Parent 9dc4d056d85a041b2b28587b3b84608b1f0903a5 >

mercurial@30815: 2 new changesets

2017-01-15 Thread Mercurial Commits
2 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/b96c57c1f860 changeset: 30814:b96c57c1f860 user:Yuya Nishihara date:Sat Jan 14 20:31:35 2017 +0900 summary: ui: check EOF of getpass() response read from command-server channel https://www.mercurial-s

[PATCH 1 of 2] py3: replace pycompat.getenv with encoding.environ.get

2017-01-15 Thread Pulkit Goyal
# HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1484466425 -19800 # Sun Jan 15 13:17:05 2017 +0530 # Node ID 8980743ae0283ac02b20be0732ac23e4dd50dc10 # Parent 79f98c1b8d718bfa94f12eb62872598ad7ec9c2e py3: replace pycompat.getenv with encoding.environ.get pycompat.geten

[PATCH 2 of 2] util: add length argument to util.buffer()

2017-01-15 Thread Pulkit Goyal
# HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1484404515 -19800 # Sat Jan 14 20:05:15 2017 +0530 # Node ID 79f98c1b8d718bfa94f12eb62872598ad7ec9c2e # Parent 9dc4d056d85a041b2b28587b3b84608b1f0903a5 util: add length argument to util.buffer() util.buffer() either retur

Re: [PATCH] patch: check length of git index header only if integer is specified

2017-01-15 Thread Pierre-Yves David
On 01/15/2017 08:58 AM, Yuya Nishihara wrote: # HG changeset patch # User Yuya Nishihara # Date 1484465595 -32400 # Sun Jan 15 16:33:15 2017 +0900 # Node ID 486f1b62e698c24dfde1d3130f5fda6392da7316 # Parent 7a50d3fb633a1ef3b80485a1947047898f1a24b7 patch: check length of git index header

Re: [PATCH 2 of 2 zstd-revlogs V2] localrepo: experimental support for non-zlib revlog compression

2017-01-15 Thread Pierre-Yves David
On 01/14/2017 05:45 AM, Gregory Szorc wrote: # HG changeset patch # User Gregory Szorc # Date 1484367416 28800 # Fri Jan 13 20:16:56 2017 -0800 # Node ID 01dce0ba83c49989c2e75bbda111f2816b1eb61e # Parent 081a7a0c0d5665056476ed35875d663ea5eaac73 localrepo: experimental support for non-zli